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

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: Use proper #define :-) 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 461ef828cdaa6b25437955e5fc92dc1a4dd5bd32..985781d1ab4d3803b6937aaecb8f102f89c30d66 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -470,7 +470,9 @@ void RegisterComponentsForUpdate() {
}
#if defined(OS_WIN)
+#if defined(GOOGLE_CHROME_BUILD)
RegisterSwReporterComponent(cus, g_browser_process->local_state());
+#endif // defined(GOOGLE_CHROME_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