From ae3c0b266d4a3f7f2f121589e24e76528d44f4f7 Mon Sep 17 00:00:00 2001 From: "jennb@chromium.org" Date: Tue, 6 Oct 2009 17:19:37 +0000 Subject: Implementation of application cache update algorithm. Does not include storage nor processing of pending master entries. TEST=verify update functionality BUG=none Review URL: http://codereview.chromium.org/201070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28123 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/appcache/appcache_interfaces.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webkit/appcache/appcache_interfaces.cc') diff --git a/webkit/appcache/appcache_interfaces.cc b/webkit/appcache/appcache_interfaces.cc index 30bb208..5b24597 100644 --- a/webkit/appcache/appcache_interfaces.cc +++ b/webkit/appcache/appcache_interfaces.cc @@ -12,6 +12,8 @@ using WebKit::WebApplicationCacheHost; namespace appcache { +const char kManifestMimeType[] = "text/cache-manifest"; + const char kHttpScheme[] = "http"; const char kHttpsScheme[] = "https"; const char kHttpGETMethod[] = "GET"; -- cgit v1.1