summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/base_switches.cc4
-rw-r--r--base/base_switches.h1
2 files changed, 0 insertions, 5 deletions
diff --git a/base/base_switches.cc b/base/base_switches.cc
index 46b7676..77d263c 100644
--- a/base/base_switches.cc
+++ b/base/base_switches.cc
@@ -40,8 +40,4 @@ const wchar_t kEnableDCHECK[] = L"enable-dcheck";
// Available at http://www.adambarth.com/papers/2008/jackson-barth.pdf
const wchar_t kForceHTTPS[] = L"force-https";
-// Run content scripts in their own isolated world instead of just in a new
-// context.
-const wchar_t kIsolatedWorld[] = L"isolated-world";
-
} // namespace switches
diff --git a/base/base_switches.h b/base/base_switches.h
index 7b66ad5..97a3691 100644
--- a/base/base_switches.h
+++ b/base/base_switches.h
@@ -17,7 +17,6 @@ extern const wchar_t kNoErrorDialogs[];
extern const wchar_t kProcessType[];
extern const wchar_t kEnableDCHECK[];
extern const wchar_t kForceHTTPS[];
-extern const wchar_t kIsolatedWorld[];
} // namespace switches