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

Unified Diff: public/platform/Platform.h

Issue 464073002: Pass through geofencing API calls to the content layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix test expectations Created 6 years, 3 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 | « Source/modules/modules.gypi ('k') | public/platform/WebCircularGeofencingRegion.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 8538892d297ab9e4ddacf128d7d9c15bdd1f19e6..99eb1083ad90e4e3ed41b33f7d8a9e2f01cd3630 100644
--- a/public/platform/Platform.h
+++ b/public/platform/Platform.h
@@ -74,6 +74,7 @@ class WebFallbackThemeEngine;
class WebFileSystem;
class WebFileUtilities;
class WebFlingAnimator;
+class WebGeofencingProvider;
class WebGestureCurveTarget;
class WebGestureCurve;
class WebGraphicsContext3DProvider;
@@ -631,6 +632,10 @@ public:
virtual WebNotificationPresenter* notificationPresenter() { return 0; }
+ // Geofencing ---------------------------------------------------------
+
+ virtual WebGeofencingProvider* geofencingProvider() { return 0; }
+
protected:
virtual ~Platform() { }
};
« no previous file with comments | « Source/modules/modules.gypi ('k') | public/platform/WebCircularGeofencingRegion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698