summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_watcher
diff options
context:
space:
mode:
authorerikwright <erikwright@chromium.org>2015-03-05 14:06:17 -0800
committerCommit bot <commit-bot@chromium.org>2015-03-05 22:06:56 +0000
commitbdfa56c1f15529a426d1fcfeb47ec3f0bc3d6650 (patch)
tree0b91dfc95183a7d5c12fdea2fce01358fff1960c /chrome/chrome_watcher
parent610288e581b8584066c6e0f23d57e02515c9333c (diff)
downloadchromium_src-bdfa56c1f15529a426d1fcfeb47ec3f0bc3d6650.zip
chromium_src-bdfa56c1f15529a426d1fcfeb47ec3f0bc3d6650.tar.gz
chromium_src-bdfa56c1f15529a426d1fcfeb47ec3f0bc3d6650.tar.bz2
Re-point Kasko at the production crash server.
BUG=460512 Review URL: https://codereview.chromium.org/976663002 Cr-Commit-Position: refs/heads/master@{#319338}
Diffstat (limited to 'chrome/chrome_watcher')
-rw-r--r--chrome/chrome_watcher/chrome_watcher_main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_watcher/chrome_watcher_main.cc b/chrome/chrome_watcher/chrome_watcher_main.cc
index b67f13d..749c350 100644
--- a/chrome/chrome_watcher/chrome_watcher_main.cc
+++ b/chrome/chrome_watcher/chrome_watcher_main.cc
@@ -222,7 +222,7 @@ extern "C" int WatcherMain(const base::char16* registry_path,
#ifdef SYZYASAN
bool launched_kasko = kasko::api::InitializeReporter(
GetKaskoEndpoint(process.Pid()).c_str(),
- L"https://clients2.google.com/cr/staging_report",
+ L"https://clients2.google.com/cr/report",
base::FilePath(browser_data_directory)
.Append(L"Crash Reports")
.value()