| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 18d1cb1534a1bcca7c8c9b59db0bd446a5c1be4a..2317369a4693510a6993028088d08f131d9a74ae 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -208,7 +208,7 @@ 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";
|
| +const char kComponentUpdater[] = "component-updater";
|
|
|
| // Causes the browser process to inspect loaded and registered DLLs for known
|
| // conflicts and warn the user.
|
|
|