diff options
Diffstat (limited to 'chrome/app/breakpad_linux.cc')
-rw-r--r-- | chrome/app/breakpad_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/breakpad_linux.cc b/chrome/app/breakpad_linux.cc index d39273d..6f73d81 100644 --- a/chrome/app/breakpad_linux.cc +++ b/chrome/app/breakpad_linux.cc @@ -25,7 +25,7 @@ #include "chrome/installer/util/google_update_settings.h" static const char kUploadURL[] = - "http://crash-staging-collector.corp.google.com:3841/cr/report"; + "https://clients2.google.com/cr/report"; // Writes the value |v| as 16 hex characters to the memory pointed at by // |output|. |