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

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 1198483002: Only register the reporter component on Google Chrome builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | no next file » | 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 462a2755262be0271d2f2161658ae910a610cd2b..11b37a63e95089f2d584c0ec6b390e45510299b7 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -469,7 +469,9 @@ void RegisterComponentsForUpdate() {
}
#if defined(OS_WIN)
+#if defined(OFFICIAL_BUILD)
csharp 2015/06/22 18:31:42 IS official build only true for Chrome builds?
MAD 2015/06/22 23:21:43 Done.
RegisterSwReporterComponent(cus, g_browser_process->local_state());
+#endif // defined(OFFICIAL_BUILD)
RegisterCAPSComponent(cus);
#endif // defined(OS_WIN)
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698