Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3620)

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 9232071: Upload UMA data using protocol buffers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/metrics/metrics_log.h » ('j') | chrome/browser/metrics/metrics_log.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main.cc
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
index c03bc0d1471f2156185ddf6ce41a0d28662c3b7f..f283c330e351234ed25cfcfb31b7ad668f32f158 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -1054,6 +1054,7 @@ void ChromeBrowserMainParts::StartMetricsRecording() {
}
bool ChromeBrowserMainParts::IsMetricsReportingEnabled() {
+ return true;
Ilya Sherman 2012/02/17 06:07:44 TODO(isherman): This is handy for testing for now.
jar (doing other things) 2012/02/23 01:59:18 I had proposed putting in this exact code in a: #i
Ilya Sherman 2012/02/24 02:10:06 Sounds fine to me, but probably best to do in a se
jar (doing other things) 2012/02/27 20:35:34 Since it would be a bad thing to check this in by
Ilya Sherman 2012/02/28 00:23:10 D'oh. Re-removed from this CL, and added the "#if
// If the user permits metrics reporting with the checkbox in the
// prefs, we turn on recording. We disable metrics completely for
// non-official builds.
« no previous file with comments | « no previous file | chrome/browser/metrics/metrics_log.h » ('j') | chrome/browser/metrics/metrics_log.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698