diff options
Diffstat (limited to 'base/base_switches.cc')
-rw-r--r-- | base/base_switches.cc | 4 |
1 files changed, 0 insertions, 4 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 |