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