diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-13 22:34:25 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-13 22:34:25 +0000 |
commit | 54ec76d27e99b76d16831d48c5c9a13dee8a9c93 (patch) | |
tree | dbde1343223b6cb6158e85fc33d23db6dd6e58eb /chrome/app | |
parent | 89dd4eed72dfea6912684540a65842ad01773aa6 (diff) | |
download | chromium_src-54ec76d27e99b76d16831d48c5c9a13dee8a9c93.zip chromium_src-54ec76d27e99b76d16831d48c5c9a13dee8a9c93.tar.gz chromium_src-54ec76d27e99b76d16831d48c5c9a13dee8a9c93.tar.bz2 |
Revert r20553.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20554 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-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|. |