Chromium Code Reviews| 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"; |