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

Unified Diff: public/platform/Platform.h

Issue 782463002: Expose navigator.connect client side API in blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: also expose to workers Created 6 years 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 | « Source/platform/RuntimeEnabledFeatures.in ('k') | public/platform/WebNavigatorConnectProvider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/Platform.h
diff --git a/public/platform/Platform.h b/public/platform/Platform.h
index 3e6ad8028e91ea8eedc2bc57d4e93ceb17117f68..be369762a4f30d439fe7a48569e884b6694368f9 100644
--- a/public/platform/Platform.h
+++ b/public/platform/Platform.h
@@ -84,6 +84,7 @@ class WebMediaStreamCenter;
class WebMediaStreamCenterClient;
class WebMessagePortChannel;
class WebMimeRegistry;
+class WebNavigatorConnectProvider;
class WebNotificationManager;
class WebPluginListBuilder;
class WebPrescientNetworking;
@@ -630,6 +631,7 @@ public:
virtual WebGeofencingProvider* geofencingProvider() { return 0; }
+
// Bluetooth ----------------------------------------------------------
// Returns pointer to client owned WebBluetooth implementation.
@@ -640,6 +642,11 @@ public:
virtual WebPushProvider* pushProvider() { return 0; }
+
+ // navigator.connect --------------------------------------------------
+
+ virtual WebNavigatorConnectProvider* navigatorConnectProvider() { return 0; }
+
protected:
virtual ~Platform() { }
};
« no previous file with comments | « Source/platform/RuntimeEnabledFeatures.in ('k') | public/platform/WebNavigatorConnectProvider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698