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

Unified Diff: chrome/common/chrome_switches.cc

Issue 7545004: Component update (part 6), wire sigleton to browser (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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
Index: chrome/common/chrome_switches.cc
===================================================================
--- chrome/common/chrome_switches.cc (revision 94719)
+++ chrome/common/chrome_switches.cc (working copy)
@@ -140,6 +140,10 @@
// print service has been enabled (see enable-cloud-print).
const char kCloudPrintServiceURL[] = "cloud-print-service";
+// Comma-separated options to troubleshoot the component updater.
+// Only valid for the browser process.
asargent_no_longer_on_chrome 2011/08/02 23:57:07 nit: If you think we'll have this flag long-term,
cpu_(ooo_6.6-7.5) 2011/08/03 20:17:15 ok
+const char kComponentUpdaterDebug[] = "component-updater-debug";
+
// Causes the browser process to inspect loaded and registered DLLs for
// known conflicts and warn the user.
const char kConflictingModulesCheck[] = "conflicting-modules-check";

Powered by Google App Engine
This is Rietveld 408576698