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

Unified Diff: public/web/WebFrameClient.h

Issue 1228283003: Attach a WebBluetooth to the LocalFrame and use it if it's available. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@error-enum-cleanup
Patch Set: Always use BluetoothSupplement to get the WebBluetooth instance. Created 5 years, 5 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 | « public/platform/modules/bluetooth/WebBluetoothError.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFrameClient.h
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
index 2d8ecb536e861514e5664f4041482c1efaabe7e0..47bfa0008a73e81dae754f71cdeb27f28fb968d8 100644
--- a/public/web/WebFrameClient.h
+++ b/public/web/WebFrameClient.h
@@ -60,6 +60,7 @@ enum class WebTreeScopeType;
class WebApplicationCacheHost;
class WebApplicationCacheHostClient;
class WebAppBannerClient;
+class WebBluetooth;
class WebCachedURLRequest;
class WebColorChooser;
class WebColorChooserClient;
@@ -669,6 +670,9 @@ public:
return WebCustomHandlersNew;
}
+ // Bluetooth -----------------------------------------------------------
+ virtual WebBluetooth* bluetooth() { return 0; }
+
protected:
virtual ~WebFrameClient() { }
};
« no previous file with comments | « public/platform/modules/bluetooth/WebBluetoothError.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698