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

Unified Diff: third_party/WebKit/Source/web/FrameLoaderClientImpl.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/FrameLoaderClientImpl.h
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
index 2fc1deb46b344988e07bb167942222f1eeab7ef3..646ffc02f4bc59eac75807ccb2ccd073664fdffd 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
@@ -66,15 +66,11 @@ class FrameLoaderClientImpl final : public FrameLoaderClient {
void runScriptsAtDocumentReady(bool documentIsEmpty) override;
void didCreateScriptContext(v8::Local<v8::Context>,
- int extensionGroup,
int worldId) override;
void willReleaseScriptContext(v8::Local<v8::Context>, int worldId) override;
- // Returns true if we should allow the given V8 extension to be added to
- // the script context at the currently loading page and given extension group.
- bool allowScriptExtension(const String& extensionName,
- int extensionGroup,
- int worldId) override;
+ // Returns true if we should allow register V8 extensions to be added.
+ bool allowScriptExtensions() override;
bool hasWebView() const override;
bool inShadowTree() const override;
« no previous file with comments | « third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.cpp ('k') | third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698