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

Unified Diff: third_party/WebKit/public/web/WebRemoteFrame.h

Issue 2651583007: Plumbing blink::Interface{Provider|Registry} through WebLocalFrame's constructor. (Closed)
Patch Set: Rebasing... 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
« no previous file with comments | « third_party/WebKit/public/web/WebLocalFrame.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebRemoteFrame.h
diff --git a/third_party/WebKit/public/web/WebRemoteFrame.h b/third_party/WebKit/public/web/WebRemoteFrame.h
index 385f2bd746e93c2f21669659f9d5e23e601b13c5..c8a18f2977ec4d7b0639a3e2e7a913c8651c9a81 100644
--- a/third_party/WebKit/public/web/WebRemoteFrame.h
+++ b/third_party/WebKit/public/web/WebRemoteFrame.h
@@ -14,6 +14,8 @@
namespace blink {
enum class WebTreeScopeType;
+class InterfaceProvider;
+class InterfaceRegistry;
class WebFrameClient;
class WebLayer;
class WebRemoteFrameClient;
@@ -35,6 +37,8 @@ class WebRemoteFrame : public WebFrame {
const WebString& uniqueName,
WebSandboxFlags,
WebFrameClient*,
+ blink::InterfaceProvider*,
+ blink::InterfaceRegistry*,
WebFrame* previousSibling,
const WebFrameOwnerProperties&,
WebFrame* opener) = 0;
« no previous file with comments | « third_party/WebKit/public/web/WebLocalFrame.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698