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

Unified Diff: android_webview/native/aw_geolocation_permission_context.cc

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.cc
diff --git a/android_webview/native/aw_geolocation_permission_context.cc b/android_webview/native/aw_geolocation_permission_context.cc
index 3b67862e2ec8169380dc0da1a97598f6c8d0e82b..3c2481ce36817cc330d73ee90def5a9cea96a077 100644
--- a/android_webview/native/aw_geolocation_permission_context.cc
+++ b/android_webview/native/aw_geolocation_permission_context.cc
@@ -56,7 +56,7 @@ AwGeolocationPermissionContext::RequestGeolocationPermission(
// static
content::GeolocationPermissionContext*
-AwGeolocationPermissionContext::Create() {
+AwGeolocationPermissionContext::Create(AwBrowserContext* browser_context) {
return new AwGeolocationPermissionContext();
}
« no previous file with comments | « android_webview/native/aw_geolocation_permission_context.h ('k') | android_webview/native/aw_quota_manager_bridge_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698