Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(559)

Unified Diff: third_party/WebKit/public/web/WebFrameClient.h

Issue 2565913002: [Onion Soup] Move WebBluetoothImpl from //content/renderer/bluetooth to Blink's bluetooth module (Closed)
Patch Set: renamed BluetoothUUID.typemap to Bluetooth.typemap Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/public/platform/modules/bluetooth/WebRequestDeviceOptions.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/WebKit/public/platform/modules/bluetooth/WebRequestDeviceOptions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698