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

Unified Diff: third_party/WebKit/Source/web/WebRemoteFrameImpl.h

Issue 2628053003: Remove extension group from DOMWrapperWorld. (Closed)
Patch Set: Fix GCCallbackTest Created 3 years, 11 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: third_party/WebKit/Source/web/WebRemoteFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
index c6a34554bfddd8a01a29a54e174f168b21a46758..8b2c5903bbd3f8584505ed4e09ad3dc57f249795 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
@@ -56,8 +56,7 @@ class WEB_EXPORT WebRemoteFrameImpl final
void executeScript(const WebScriptSource&) override;
void executeScriptInIsolatedWorld(int worldID,
const WebScriptSource* sources,
- unsigned numSources,
- int extensionGroup) override;
+ unsigned numSources) override;
void setIsolatedWorldSecurityOrigin(int worldID,
const WebSecurityOrigin&) override;
void setIsolatedWorldContentSecurityPolicy(int worldID,
@@ -69,7 +68,6 @@ class WEB_EXPORT WebRemoteFrameImpl final
int worldID,
const WebScriptSource* sourcesIn,
unsigned numSources,
- int extensionGroup,
WebVector<v8::Local<v8::Value>>* results) override;
v8::Local<v8::Value> callFunctionEvenIfScriptDisabled(
v8::Local<v8::Function>,
« no previous file with comments | « third_party/WebKit/Source/web/WebLocalFrameImpl.cpp ('k') | third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698