| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 95205)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -139,6 +139,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.
|
| +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";
|
|
|