| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 706c1e7656266d3ee1f89ac7b329e82730916282..82854323662bc38b75656034841e3114cc789d6d 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.
|
|
|