| 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 ----------------------------------------------------------
|
|
|
|
|