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

Unified Diff: content/browser/browser_child_process_host.h

Issue 6825038: Create a content::ResourceContext. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix dependencies. Created 9 years, 8 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: content/browser/browser_child_process_host.h
diff --git a/content/browser/browser_child_process_host.h b/content/browser/browser_child_process_host.h
index 7c48ab716ea9a2354923662b650005f4b22478cb..5136927a2a1a793af7701138ecedd42b298eb09d 100644
--- a/content/browser/browser_child_process_host.h
+++ b/content/browser/browser_child_process_host.h
@@ -56,12 +56,6 @@ class BrowserChildProcessHost : public ChildProcessHost,
};
protected:
- // DEPRECATED constructor. Do not use anymore. We are trying to eliminate
- // using the default URLRequestContext.
- BrowserChildProcessHost(
- ChildProcessInfo::ProcessType type,
- ResourceDispatcherHost* resource_dispatcher_host);
-
explicit BrowserChildProcessHost(ChildProcessInfo::ProcessType type);
// Derived classes call this to launch the child process asynchronously.

Powered by Google App Engine
This is Rietveld 408576698