Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1155)

Unified Diff: content/common/appcache_interfaces.h

Issue 2848493007: Reduce/Remove URLRequest dependencies from AppCacheRequestHandler (Closed)
Patch Set: Fix compile failures Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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[];

Powered by Google App Engine
This is Rietveld 408576698