diff options
Diffstat (limited to 'WebKit/android/WebCoreSupport/GeolocationPermissions.h')
| -rwxr-xr-x | WebKit/android/WebCoreSupport/GeolocationPermissions.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/WebKit/android/WebCoreSupport/GeolocationPermissions.h b/WebKit/android/WebCoreSupport/GeolocationPermissions.h index b0ba3ec..d6b8296 100755 --- a/WebKit/android/WebCoreSupport/GeolocationPermissions.h +++ b/WebKit/android/WebCoreSupport/GeolocationPermissions.h @@ -92,6 +92,9 @@ namespace android { static void setDatabasePath(WebCore::String path); + // Saves the permanent permissions to the DB if required. + static void maybeStorePermanentPermissions(); + private: // Records the permission state for the specified origin. void recordPermissionState(WebCore::String origin, bool allow, bool remember); @@ -113,7 +116,6 @@ namespace android { void cancelPendingRequests(WebCore::String origin); static void maybeLoadPermanentPermissions(); - static void maybeStorePermanentPermissions(); WebViewCore* m_webViewCore; WebCore::Frame* m_mainFrame; |
