| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 167c46307c1d169188e88f47c7c34f88fbf51d4d..c81a55068d4f603a8420ea8827db58498d4c4558 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -167,10 +167,6 @@ const char kCloudPrintJobTitle[] = "cloud-print-job-title";
|
| // service or register proxy for autostart.
|
| const char kCloudPrintSetupProxy[] = "cloud-print-setup-proxy";
|
|
|
| -// Comma-separated options to troubleshoot the component updater. Only valid
|
| -// for the browser process.
|
| -const char kComponentUpdater[] = "component-updater";
|
| -
|
| // Comma-separated list of BrowserThreads that cause browser process to crash
|
| // if the given browser thread is not responsive. UI,IO,DB,FILE,CACHE are the
|
| // list of BrowserThreads that are supported.
|
|
|