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

Unified Diff: content/public/browser/resource_context.h

Issue 9834039: Remove resource_request_info_impl.h dependency from chrome. This also makes blob/file system urls w… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/common/url_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/resource_context.h
===================================================================
--- content/public/browser/resource_context.h (revision 128327)
+++ content/public/browser/resource_context.h (working copy)
@@ -12,19 +12,11 @@
class AppCacheService;
}
-namespace fileapi {
-class FileSystemContext;
-}
-
namespace net {
class HostResolver;
class URLRequestContext;
}
-namespace webkit_blob {
-class BlobStorageController;
-}
-
namespace content {
class MediaObserver;
@@ -36,10 +28,6 @@
public:
static appcache::AppCacheService* GetAppCacheService(
ResourceContext* resource_context);
- static fileapi::FileSystemContext* GetFileSystemContext(
- ResourceContext* resource_context);
- static webkit_blob::BlobStorageController* GetBlobStorageController(
- ResourceContext* resource_context);
virtual ~ResourceContext() {}
virtual net::HostResolver* GetHostResolver() = 0;
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698