Chromium Code Reviews| Index: webkit/appcache/appcache_interfaces.cc |
| =================================================================== |
| --- webkit/appcache/appcache_interfaces.cc (revision 26887) |
| +++ webkit/appcache/appcache_interfaces.cc (working copy) |
| @@ -12,6 +12,8 @@ |
| namespace appcache { |
| +const char kManifestMimeType[] = "text/cache-manifest"; |
| + |
| const char kHttpScheme[] = "http"; |
| const char kHttpsScheme[] = "https"; |
| const char kHttpGETMethod[] = "GET"; |