summaryrefslogtreecommitdiffstats
path: root/remoting/base
diff options
context:
space:
mode:
authorlambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-10 23:37:03 +0000
committerlambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-10 23:37:03 +0000
commitb7c8d9b3f731d50cf6afa0ec9c15843d2101bfc1 (patch)
tree90293a66b17c390c8c4b40839a9fb8fc84a6d7f4 /remoting/base
parent9eaa331b9d4e9644eae6d2e1eafc5e990b51abaf (diff)
downloadchromium_src-b7c8d9b3f731d50cf6afa0ec9c15843d2101bfc1.zip
chromium_src-b7c8d9b3f731d50cf6afa0ec9c15843d2101bfc1.tar.gz
chromium_src-b7c8d9b3f731d50cf6afa0ec9c15843d2101bfc1.tar.bz2
Enable crash-reporting for Mac host, for users who opt in.
This enables the Web UI for opting in, and sets an option in the Host config accordingly. The host, during startup, reads the config option and enables crash-reporting if set. BUG=136579 Review URL: https://chromiumcodereview.appspot.com/11447003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172183 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/base')
-rw-r--r--remoting/base/breakpad_mac.mm3
1 files changed, 1 insertions, 2 deletions
diff --git a/remoting/base/breakpad_mac.mm b/remoting/base/breakpad_mac.mm
index abc2159..1dbd11f 100644
--- a/remoting/base/breakpad_mac.mm
+++ b/remoting/base/breakpad_mac.mm
@@ -56,8 +56,7 @@ void InitializeCrashReporting() {
forKey:@BREAKPAD_REPORT_INTERVAL];
}
if (![breakpad_config objectForKey:@BREAKPAD_URL]) {
- // TODO(lambroslambrou): Use the production URL once permission is granted.
- [breakpad_config setObject:@"https://clients2.google.com/cr/staging_report"
+ [breakpad_config setObject:@"https://clients2.google.com/cr/report"
forKey:@BREAKPAD_URL];
}