diff options
Diffstat (limited to 'WebKit/android/WebCoreSupport/GeolocationPermissions.h')
-rwxr-xr-x | WebKit/android/WebCoreSupport/GeolocationPermissions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/android/WebCoreSupport/GeolocationPermissions.h b/WebKit/android/WebCoreSupport/GeolocationPermissions.h index 1dbc3da..9ae11af 100755 --- a/WebKit/android/WebCoreSupport/GeolocationPermissions.h +++ b/WebKit/android/WebCoreSupport/GeolocationPermissions.h @@ -86,6 +86,7 @@ namespace android { static bool getAllowed(WebCore::String origin); static void clear(WebCore::String origin); static void clearAll(); + static void setAlwaysDeny(bool deny); private: // Records the permission state for the specified origin. @@ -128,6 +129,7 @@ namespace android { }; CallbackData m_callbackData; + static bool s_alwaysDeny; }; } // namespace android |