Index: content/browser/renderer_host/render_message_filter.h |
=================================================================== |
--- content/browser/renderer_host/render_message_filter.h (revision 117096) |
+++ content/browser/renderer_host/render_message_filter.h (working copy) |
@@ -85,9 +85,6 @@ |
bool OffTheRecord() const; |
int render_process_id() const { return render_process_id_; } |
- ResourceDispatcherHost* resource_dispatcher_host() { |
- return resource_dispatcher_host_; |
- } |
// Returns the correct net::URLRequestContext depending on what type of url is |
// given. |