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

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 292723004: Remove ClonedInstallDetector/MachineIdProvider //content dependencies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build Created 6 years, 7 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/cloned_install_detector.h » ('j') | no next file with comments »
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 efc72de0f04ad8e3ec319023a73bd4dc7e28c3c6..ca41aac33b5387768a3744358ad727e3bbaa8039 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -629,7 +629,8 @@ void ChromeBrowserMainParts::StartMetricsRecording() {
return;
}
- metrics->CheckForClonedInstall();
+ metrics->CheckForClonedInstall(
+ BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE));
const bool metrics_enabled = metrics->StartIfMetricsReportingEnabled();
if (metrics_enabled) {
// TODO(asvitkine): Since this function is not run on Android, RAPPOR is
« no previous file with comments | « no previous file | chrome/browser/metrics/cloned_install_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698