Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: base/base_switches.cc

Issue 155626: Enable isolated worlds for content scripts.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698