| 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);
|
|
|