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

Unified Diff: chrome/browser/ui/webui/chrome_url_data_manager_backend.h

Issue 7384008: Revert 92668 - Remove more unnecessary ChromeURLRequestContext members. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 5 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: chrome/browser/ui/webui/chrome_url_data_manager_backend.h
===================================================================
--- chrome/browser/ui/webui/chrome_url_data_manager_backend.h (revision 92669)
+++ chrome/browser/ui/webui/chrome_url_data_manager_backend.h (working copy)
@@ -27,9 +27,6 @@
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,8 +42,7 @@
// Invoked to create the protocol handler for chrome://.
static net::URLRequestJobFactory::ProtocolHandler* CreateProtocolHandler(
ChromeURLDataManagerBackend* backend,
- ChromeAppCacheService* appcache_service,
- webkit_blob::BlobStorageController* blob_storage_controller);
+ ChromeAppCacheService* appcache_service);
// Adds a DataSource to the collection of data sources.
void AddDataSource(ChromeURLDataManager::DataSource* source);
« no previous file with comments | « chrome/browser/ui/webui/chrome_url_data_manager.cc ('k') | chrome/browser/ui/webui/chrome_url_data_manager_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698