diff options
-rw-r--r-- | src/client/linux/sender/google_crash_report_sender.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/linux/sender/google_crash_report_sender.cc b/src/client/linux/sender/google_crash_report_sender.cc index c1641b4f..be897adb 100644 --- a/src/client/linux/sender/google_crash_report_sender.cc +++ b/src/client/linux/sender/google_crash_report_sender.cc @@ -34,7 +34,7 @@ using std::string; -DEFINE_string(crash_server, "http://clients2.google.com/cr", +DEFINE_string(crash_server, "https://clients2.google.com/cr", "The crash server to upload minidumps to."); DEFINE_string(product_name, "", "The product name that the minidump corresponds to."); |