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

Unified Diff: content/browser/webui/url_data_manager_backend.h

Issue 12386009: Remove the chrome:// protocol interceptor since it's not used anymore now that the chrome job facto… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 10 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/browser/storage_partition_impl_map.cc ('k') | content/browser/webui/url_data_manager_backend.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/webui/url_data_manager_backend.h
===================================================================
--- content/browser/webui/url_data_manager_backend.h (revision 184663)
+++ content/browser/webui/url_data_manager_backend.h (working copy)
@@ -17,11 +17,16 @@
class GURL;
+namespace appcache {
+class AppCacheService;
+}
+
namespace base {
class RefCountedMemory;
}
namespace content {
+class ChromeBlobStorageContext;
class ResourceContext;
class URLDataManagerBackend;
class URLDataSourceImpl;
@@ -41,7 +46,9 @@
// be set for incognito profiles. Called on the UI thread.
static net::URLRequestJobFactory::ProtocolHandler* CreateProtocolHandler(
content::ResourceContext* resource_context,
- bool is_incognito);
+ bool is_incognito,
+ appcache::AppCacheService* appcache_service,
+ ChromeBlobStorageContext* blob_storage_context);
// Adds a DataSource to the collection of data sources.
void AddDataSource(URLDataSourceImpl* source);
« no previous file with comments | « content/browser/storage_partition_impl_map.cc ('k') | content/browser/webui/url_data_manager_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698