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

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: add regionType Created 6 years, 4 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
Index: public/platform/Platform.h
diff --git a/public/platform/Platform.h b/public/platform/Platform.h
index 4d134682a7b54a4d73459985428b32b6cb390f3c..58f22e107dafe17c823a4a6c6ed475f4b7bb3ae8 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,9 @@ public:
virtual WebNotificationPresenter* notificationPresenter() { return 0; }
+ // Geofencing ---------------------------------------------------------
+
+ virtual WebGeofencingProvider* geofencingProvider() { return 0; }
protected:
virtual ~Platform() { }

Powered by Google App Engine
This is Rietveld 408576698