Index: content/child/blink_platform_impl.h |
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h |
index 2c15044e195fc5c8b4d9ce4077c7a6d9839f1873..1ee9106b8a559f85359d9bc295a204f55cf48da7 100644 |
--- a/content/child/blink_platform_impl.h |
+++ b/content/child/blink_platform_impl.h |
@@ -45,7 +45,6 @@ namespace content { |
class BackgroundSyncProvider; |
class FlingCurveConfiguration; |
class NotificationDispatcher; |
-class PermissionDispatcher; |
class PushDispatcher; |
class ThreadSafeSender; |
class TraceLogObserverAdapter; |
@@ -127,7 +126,6 @@ class CONTENT_EXPORT BlinkPlatformImpl |
blink::WebCrypto* crypto() override; |
blink::WebNotificationManager* notificationManager() override; |
blink::WebPushProvider* pushProvider() override; |
- blink::WebPermissionClient* permissionClient() override; |
blink::WebSyncProvider* backgroundSyncProvider() override; |
blink::WebString domCodeStringFromEnum(int dom_code) override; |
@@ -159,7 +157,6 @@ class CONTENT_EXPORT BlinkPlatformImpl |
scoped_refptr<ThreadSafeSender> thread_safe_sender_; |
scoped_refptr<NotificationDispatcher> notification_dispatcher_; |
scoped_refptr<PushDispatcher> push_dispatcher_; |
- std::unique_ptr<PermissionDispatcher> permission_client_; |
std::unique_ptr<BackgroundSyncProvider> main_thread_sync_provider_; |
scheduler::WebThreadBase* compositor_thread_; |