| 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..b33e4cbdfd19db24e3dcdcf57f2233532f90136e 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -69,7 +69,6 @@ enum class WebTreeScopeType;
|
| class InterfaceProvider;
|
| class WebApplicationCacheHost;
|
| class WebApplicationCacheHostClient;
|
| -class WebAppBannerClient;
|
| class WebBluetooth;
|
| class WebColorChooser;
|
| class WebColorChooserClient;
|
| @@ -701,9 +700,6 @@ class BLINK_EXPORT WebFrameClient {
|
| SuddenTerminationDisablerType) {
|
| }
|
|
|
| - // App Banners ---------------------------------------------------------
|
| - virtual WebAppBannerClient* appBannerClient() { return 0; }
|
| -
|
| // Navigator Content Utils --------------------------------------------
|
|
|
| // Registers a new URL handler for the given protocol.
|
|
|