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

Unified Diff: webkit/api/public/WebFrame.h

Issue 262002: Make all content scripts from an extension run in the same (Closed)
Patch Set: Created 11 years, 2 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
« no previous file with comments | « chrome/test/data/extensions/api_test/isolated_world2/manifest.json ('k') | webkit/glue/webframe_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/api/public/WebFrame.h
diff --git a/webkit/api/public/WebFrame.h b/webkit/api/public/WebFrame.h
index 07f5cf5801138146f69501b92ba6b05f10223044..671c5505850a89420d9e99e3ed4a8f43cc43cde5 100644
--- a/webkit/api/public/WebFrame.h
+++ b/webkit/api/public/WebFrame.h
@@ -196,9 +196,9 @@ namespace WebKit {
// extensionGroup is an embedder-provided specifier that controls which
// v8 extensions are loaded into the new context - see
// WebKit::registerExtension for the corresponding specifier.
- virtual void executeScriptInNewWorld(const WebScriptSource* sources,
- unsigned numSources,
- int extensionGroup) = 0;
+ virtual void executeScriptInIsolatedWorld(
+ int worldId, const WebScriptSource* sources, unsigned numSources,
+ int extensionGroup) = 0;
// Logs to the console associated with this frame.
virtual void addMessageToConsole(const WebConsoleMessage&) = 0;
« no previous file with comments | « chrome/test/data/extensions/api_test/isolated_world2/manifest.json ('k') | webkit/glue/webframe_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698