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

Unified Diff: chrome/browser/renderer_host/socket_stream_dispatcher_host.h

Issue 6338002: net: Remove typedef net::URLRequestContext URLRequestContext; (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for real Created 9 years, 11 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/renderer_host/socket_stream_dispatcher_host.h
diff --git a/chrome/browser/renderer_host/socket_stream_dispatcher_host.h b/chrome/browser/renderer_host/socket_stream_dispatcher_host.h
index 5c1b47cef12933e64293cea46dfe714cf892bfe0..23d18e05e8ec059f0bb2793e7ed84475ba23084c 100644
--- a/chrome/browser/renderer_host/socket_stream_dispatcher_host.h
+++ b/chrome/browser/renderer_host/socket_stream_dispatcher_host.h
@@ -53,7 +53,6 @@ class SocketStreamDispatcherHost : public BrowserMessageFilter,
void DeleteSocketStreamHost(int socket_id);
- // Returns the URLRequestContext.
net::URLRequestContext* GetURLRequestContext();
IDMap<SocketStreamHost> hosts_;

Powered by Google App Engine
This is Rietveld 408576698