| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index 538e57034bf0e3b5574d19a7b281277284cb9d89..30c584b804aea27f4402f8512de97fdda5a25e37 100644
|
| --- a/content/renderer/render_frame_impl.h
|
| +++ b/content/renderer/render_frame_impl.h
|
| @@ -48,7 +48,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"
|
| @@ -635,7 +634,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;
|
| @@ -1260,8 +1258,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
|
|
|