| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index f3e9f1b40f3a5e3f1037440d9813d22a7aab53b2..c3830f945e500ae9d349687752cc3b2385dbc49d 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1103,10 +1103,6 @@ const char kSigninProcess[] = "signin-process";
|
| // chrome.debugger page. Required to attach to extension background pages.
|
| const char kSilentDebuggerExtensionAPI[] = "silent-debugger-extension-api";
|
|
|
| -// Changes the DCHECKS to dump memory and continue instead of displaying error
|
| -// dialog. This is valid only in Release mode when gyp dcheck_always_on=1.
|
| -const char kSilentDumpOnDCHECK[] = "silent-dump-on-dcheck";
|
| -
|
| // Causes Chrome to launch without opening any windows by default. Useful if
|
| // one wishes to use Chrome as an ash server.
|
| const char kSilentLaunch[] = "silent-launch";
|
|
|