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

Unified Diff: android_webview/native/aw_geolocation_permission_context.h

Issue 12253057: Implement WebStorage API methods (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nits Created 7 years, 10 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: android_webview/native/aw_geolocation_permission_context.h
diff --git a/android_webview/native/aw_geolocation_permission_context.h b/android_webview/native/aw_geolocation_permission_context.h
index 9e1cf5338e197eb764df384e8ff61b3869a43b8e..4596708c032028b02101129ca5369f2bbe47a097 100644
--- a/android_webview/native/aw_geolocation_permission_context.h
+++ b/android_webview/native/aw_geolocation_permission_context.h
@@ -11,10 +11,13 @@ class GURL;
namespace android_webview {
+class AwBrowserContext;
+
class AwGeolocationPermissionContext :
public content::GeolocationPermissionContext {
public:
- static content::GeolocationPermissionContext* Create();
+ static content::GeolocationPermissionContext* Create(
+ AwBrowserContext* browser_context);
// content::GeolocationPermissionContext implementation
virtual void RequestGeolocationPermission(
« no previous file with comments | « android_webview/native/android_webview_jni_registrar.cc ('k') | android_webview/native/aw_geolocation_permission_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698