Index: content/common/appcache_interfaces.h |
diff --git a/content/common/appcache_interfaces.h b/content/common/appcache_interfaces.h |
index 8d7da5af1d9c8effe31b76f461013730d7d30106..da5373c8be4d2c61048310f746e06c37db6c3bb7 100644 |
--- a/content/common/appcache_interfaces.h |
+++ b/content/common/appcache_interfaces.h |
@@ -173,8 +173,6 @@ CONTENT_EXPORT extern const char kEnableExecutableHandlers[]; |
CONTENT_EXPORT bool IsSchemeSupportedForAppCache(const GURL& url); |
CONTENT_EXPORT bool IsMethodSupportedForAppCache( |
const std::string& method); |
-CONTENT_EXPORT bool IsSchemeAndMethodSupportedForAppCache( |
- const net::URLRequest* request); |
CONTENT_EXPORT extern const base::FilePath::CharType |
kAppCacheDatabaseName[]; |