Chromium Code Reviews| Index: base/base_switches.cc |
| =================================================================== |
| --- base/base_switches.cc (revision 18892) |
| +++ base/base_switches.cc (working copy) |
| @@ -40,4 +40,8 @@ |
| // 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 |