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. |