| Index: extensions/common/switches.cc
|
| diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
|
| index 750089ffb06ac0e4c76cd87fdcc6b421b11862df..da6687eedae91ceebf2eb46de374a36c5659fe1d 100644
|
| --- a/extensions/common/switches.cc
|
| +++ b/extensions/common/switches.cc
|
| @@ -56,9 +56,6 @@ const char kExtensionsOnChromeURLs[] = "extensions-on-chrome-urls";
|
| // Whether to force developer mode extensions highlighting.
|
| const char kForceDevModeHighlighting[] = "force-dev-mode-highlighting";
|
|
|
| -// Enables site isolation for all chrome-extension:// urls.
|
| -const char kIsolateExtensions[] = "isolate-extensions";
|
| -
|
| // Path to a comma-separated list of apps to load at startup. The first app in
|
| // the list will be launched.
|
| const char kLoadApps[] = "load-apps";
|
|
|