diff options
Diffstat (limited to 'extensions/common/switches.cc')
-rw-r--r-- | extensions/common/switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc index 7333434..9a14e75 100644 --- a/extensions/common/switches.cc +++ b/extensions/common/switches.cc @@ -69,6 +69,9 @@ 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"; |