| 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 1dc6db0c55a1484893ac757bf9cc31df04034942..8549e527814fa4ab76f2e35aefc491726a62d4ef 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -72,7 +72,6 @@ class InterfaceProvider;
|
| class InterfaceRegistry;
|
| class WebApplicationCacheHost;
|
| class WebApplicationCacheHostClient;
|
| -class WebBluetooth;
|
| class WebColorChooser;
|
| class WebColorChooserClient;
|
| class WebContentDecryptionModule;
|
| @@ -726,9 +725,6 @@ class BLINK_EXPORT WebFrameClient {
|
| return WebCustomHandlersNew;
|
| }
|
|
|
| - // Bluetooth -----------------------------------------------------------
|
| - virtual WebBluetooth* bluetooth() { return 0; }
|
| -
|
| // Audio Output Devices API --------------------------------------------
|
|
|
| // Checks that the given audio sink exists and is authorized. The result is
|
|
|