| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index dfcccd2a0223cf984e6f8c38340fd5ce1ce9e754..42afea7a82c5892b7effcde99f02367efe33b65d 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -841,9 +841,6 @@ const char kEnableWebSocketOverSpdy[] = "enable-websocket-over-spdy";
|
| // numbers.
|
| const char kExplicitlyAllowedPorts[] = "explicitly-allowed-ports";
|
|
|
| -// Marks a renderer as extension process.
|
| -const char kExtensionProcess[] = "extension-process";
|
| -
|
| // Turns on extension install verification if it would not otherwise have been
|
| // turned on.
|
| const char kExtensionsInstallVerification[] = "extensions-install-verification";
|
|
|