| 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 29708fa0cd209679fcaf59bbfaccc12d939f4c0b..b998116533e07461d0b8db18b1a676d9e4d1c265 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -70,7 +70,6 @@ class InterfaceProvider;
|
| class InterfaceRegistry;
|
| class WebApplicationCacheHost;
|
| class WebApplicationCacheHostClient;
|
| -class WebAppBannerClient;
|
| class WebBluetooth;
|
| class WebColorChooser;
|
| class WebColorChooserClient;
|
| @@ -702,9 +701,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.
|
|
|