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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.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/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 2ac01c89661e8706701b149cb3542732c7c46fcc..1e48d48f15d0de8bc8d0ad4357bfea4976d9b821 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -107,8 +107,7 @@ class WEB_EXPORT WebLocalFrameImpl 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,
@@ -132,13 +131,11 @@ class WEB_EXPORT WebLocalFrameImpl final
int worldID,
const WebScriptSource* sourcesIn,
unsigned numSources,
- int extensionGroup,
WebVector<v8::Local<v8::Value>>* results) override;
void requestExecuteScriptInIsolatedWorld(
int worldID,
const WebScriptSource* sourceIn,
unsigned numSources,
- int extensionGroup,
bool userGesture,
WebScriptExecutionCallback*) override;
v8::Local<v8::Value> callFunctionEvenIfScriptDisabled(
« no previous file with comments | « third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698