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

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: rebase 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 8538892d297ab9e4ddacf128d7d9c15bdd1f19e6..a0020d28ea3a5432a0b89646e93301f7809870e2 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;
@@ -630,6 +631,9 @@ public:
virtual WebNotificationPresenter* notificationPresenter() { return 0; }
+ // Geofencing ---------------------------------------------------------
abarth-chromium 2014/08/23 05:43:34 Two blank lines between sections pls
Marijn Kruisselbrink 2014/08/25 22:25:25 Done.
+
+ virtual WebGeofencingProvider* geofencingProvider() { return 0; }
protected:
virtual ~Platform() { }

Powered by Google App Engine
This is Rietveld 408576698