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

Unified Diff: public/web/WebFrameClient.h

Issue 393533002: Pass through the geofencing API calls to the content layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@geofencing2
Patch Set: Created 6 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
« public/web/WebCircularRegion.h ('K') | « public/web/WebCircularRegion.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 0c570f530b590dbb6643901f7f7377b2c8812d14..c5111872eccf3e30bc7d5b2909c328a4e627121f 100644
--- a/public/web/WebFrameClient.h
+++ b/public/web/WebFrameClient.h
@@ -63,6 +63,7 @@ class WebCookieJar;
class WebDataSource;
class WebDOMEvent;
class WebFormElement;
+class WebGeofencingClient;
class WebGeolocationClient;
class WebInputEvent;
class WebMediaPlayer;
@@ -465,6 +466,9 @@ public:
// Access the embedder API for (client-based) geolocation client .
virtual WebGeolocationClient* geolocationClient() { return 0; }
+ // Access the embedder API for geofencing client.
+ virtual WebGeofencingClient* geofencingClient() { return 0; }
Peter Beverloo 2014/07/14 17:23:09 The geofencing client defines methods for (un)regi
+
// MediaStream -----------------------------------------------------
« public/web/WebCircularRegion.h ('K') | « public/web/WebCircularRegion.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698