diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-13 22:23:53 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-13 22:23:53 +0000 |
commit | 89dd4eed72dfea6912684540a65842ad01773aa6 (patch) | |
tree | 7d7d01a3877ec1b6e7424fc1aeb03b10e855bea6 /chrome/app | |
parent | 706ab7f69fe1f8bd46d3341bf2709a93664c724d (diff) | |
download | chromium_src-89dd4eed72dfea6912684540a65842ad01773aa6.zip chromium_src-89dd4eed72dfea6912684540a65842ad01773aa6.tar.gz chromium_src-89dd4eed72dfea6912684540a65842ad01773aa6.tar.bz2 |
Additional svn ignores for native_client and Makefile.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20553 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 6f73d81..d39273d 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[] = - "https://clients2.google.com/cr/report"; + "http://crash-staging-collector.corp.google.com:3841/cr/report"; // Writes the value |v| as 16 hex characters to the memory pointed at by // |output|. |