| Index: content/child/blink_platform_impl.h
|
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
|
| index bea5759871daebaf800588760c051c1aa5f898eb..b1b6e21367b85df889e5a397325593f51450cedf 100644
|
| --- a/content/child/blink_platform_impl.h
|
| +++ b/content/child/blink_platform_impl.h
|
| @@ -39,7 +39,6 @@ class NotificationDispatcher;
|
| class PermissionDispatcher;
|
| class PushDispatcher;
|
| class ThreadSafeSender;
|
| -class WebBluetoothImpl;
|
| class WebCryptoImpl;
|
| class WebGeofencingProviderImpl;
|
| class WebMemoryDumpProviderAdapter;
|
| @@ -167,7 +166,6 @@ class CONTENT_EXPORT BlinkPlatformImpl
|
| virtual void didStopWorkerRunLoop();
|
| virtual blink::WebCrypto* crypto();
|
| virtual blink::WebGeofencingProvider* geofencingProvider();
|
| - virtual blink::WebBluetooth* bluetooth();
|
| virtual blink::WebNotificationManager* notificationManager();
|
| virtual blink::WebPushProvider* pushProvider();
|
| virtual blink::WebServicePortProvider* createServicePortProvider(
|
| @@ -192,7 +190,6 @@ class CONTENT_EXPORT BlinkPlatformImpl
|
| base::ThreadLocalStorage::Slot current_thread_slot_;
|
| webcrypto::WebCryptoImpl web_crypto_;
|
| scoped_ptr<WebGeofencingProviderImpl> geofencing_provider_;
|
| - scoped_ptr<WebBluetoothImpl> bluetooth_;
|
| base::ScopedPtrHashMap<blink::WebMemoryDumpProvider*,
|
| scoped_ptr<WebMemoryDumpProviderAdapter>>
|
| memory_dump_providers_;
|
|
|