| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index 837a3cccf2ada02125e967ba337bdc08e221b6b9..869b46100e9c05968188e5b92b04f1b766c10807 100644
|
| --- a/content/renderer/render_frame_impl.h
|
| +++ b/content/renderer/render_frame_impl.h
|
| @@ -49,7 +49,6 @@
|
| #include "third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h"
|
| #include "third_party/WebKit/public/platform/WebMediaPlayer.h"
|
| #include "third_party/WebKit/public/platform/WebPageVisibilityState.h"
|
| -#include "third_party/WebKit/public/platform/modules/app_banner/WebAppBannerClient.h"
|
| #include "third_party/WebKit/public/web/WebAXObject.h"
|
| #include "third_party/WebKit/public/web/WebDataSource.h"
|
| #include "third_party/WebKit/public/web/WebFrameClient.h"
|
| @@ -632,7 +631,6 @@ class CONTENT_EXPORT RenderFrameImpl
|
| void didChangeManifest() override;
|
| void enterFullscreen() override;
|
| void exitFullscreen() override;
|
| - blink::WebAppBannerClient* appBannerClient() override;
|
| void registerProtocolHandler(const blink::WebString& scheme,
|
| const blink::WebURL& url,
|
| const blink::WebString& title) override;
|
| @@ -1261,8 +1259,6 @@ class CONTENT_EXPORT RenderFrameImpl
|
| // AccessibilityModeOff.
|
| RenderAccessibilityImpl* render_accessibility_;
|
|
|
| - std::unique_ptr<blink::WebAppBannerClient> app_banner_client_;
|
| -
|
| std::unique_ptr<blink::WebBluetooth> bluetooth_;
|
|
|
| // Manages play, pause notifications for WebMediaPlayer implementations; its
|
|
|