summaryrefslogtreecommitdiffstats
path: root/chrome/tools/crash_service/crash_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/tools/crash_service/crash_service.cc')
-rw-r--r--chrome/tools/crash_service/crash_service.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/crash_service/crash_service.cc b/chrome/tools/crash_service/crash_service.cc
index 80f6eeb..b71f69c 100644
--- a/chrome/tools/crash_service/crash_service.cc
+++ b/chrome/tools/crash_service/crash_service.cc
@@ -27,7 +27,7 @@ namespace {
const wchar_t kTestPipeName[] = L"\\\\.\\pipe\\ChromeCrashServices";
-const wchar_t kCrashReportURL[] = L"https://www.google.com/cr/report";
+const wchar_t kCrashReportURL[] = L"https://clients2.google.com/cr/report";
const wchar_t kCheckPointFile[] = L"crash_checkpoint.txt";
typedef std::map<std::wstring, std::wstring> CrashMap;