Index: chrome/browser/ui/webui/chrome_url_data_manager_backend.h |
=================================================================== |
--- chrome/browser/ui/webui/chrome_url_data_manager_backend.h (revision 128327) |
+++ chrome/browser/ui/webui/chrome_url_data_manager_backend.h (working copy) |
@@ -20,17 +20,10 @@ |
class RefCountedMemory; |
class URLRequestChromeJob; |
-namespace appcache { |
-class AppCacheService; |
-} |
- |
namespace net { |
class URLRequest; |
class URLRequestJob; |
} |
-namespace webkit_blob { |
-class BlobStorageController; |
-} |
// ChromeURLDataManagerBackend is used internally by ChromeURLDataManager on the |
// IO thread. In most cases you can use the API in ChromeURLDataManager and |
@@ -45,9 +38,7 @@ |
// Invoked to create the protocol handler for chrome://. |
static net::URLRequestJobFactory::ProtocolHandler* CreateProtocolHandler( |
- ChromeURLDataManagerBackend* backend, |
- appcache::AppCacheService* appcache_service, |
- webkit_blob::BlobStorageController* blob_storage_controller); |
+ ChromeURLDataManagerBackend* backend); |
// Adds a DataSource to the collection of data sources. |
void AddDataSource(ChromeURLDataManager::DataSource* source); |