From ea776d0208899b770ea386b994216ef476197a46 Mon Sep 17 00:00:00 2001 From: "michaeln@chromium.org" Date: Wed, 17 Feb 2010 22:20:36 +0000 Subject: Introduce an AppCachePolicy interface that allows the containing browser to determine appcache permissions. The policy can allow or deny loading existing manifests or the creation of new manifests. The policy check for creating new manifests can be async to allow for a user prompt. BUG=none TEST=new unit tests added Review URL: http://codereview.chromium.org/565042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39280 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/webkit.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'webkit/webkit.gyp') diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 4784106..483c1a6 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -145,6 +145,7 @@ 'appcache/appcache_interceptor.h', 'appcache/appcache_interfaces.cc', 'appcache/appcache_interfaces.h', + 'appcache/appcache_policy.h', 'appcache/appcache_request_handler.cc', 'appcache/appcache_request_handler.h', 'appcache/appcache_response.cc', -- cgit v1.1