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

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

Issue 2401333002: Add a blink InterfaceRegistry. (Closed)
Patch Set: Created 4 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 | « third_party/WebKit/public/platform/InterfaceRegistry.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/WebFrameClient.h
diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
index 5193e6fc3f1211d8e7f9a908f12e43d9b3c288e0..29708fa0cd209679fcaf59bbfaccc12d939f4c0b 100644
--- a/third_party/WebKit/public/web/WebFrameClient.h
+++ b/third_party/WebKit/public/web/WebFrameClient.h
@@ -67,6 +67,7 @@ namespace blink {
enum class WebTreeScopeType;
class InterfaceProvider;
+class InterfaceRegistry;
class WebApplicationCacheHost;
class WebApplicationCacheHostClient;
class WebAppBannerClient;
@@ -742,6 +743,7 @@ class BLINK_EXPORT WebFrameClient {
// Mojo ----------------------------------------------------------------
virtual InterfaceProvider* interfaceProvider() { return nullptr; }
+ virtual InterfaceRegistry* interfaceRegistry() { return nullptr; }
// Visibility ----------------------------------------------------------
« no previous file with comments | « third_party/WebKit/public/platform/InterfaceRegistry.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698