Index: content/browser/loader/resource_dispatcher_host_impl.cc |
diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc |
index e30a0f667ff79bb8cb37afedb6957e7015c8e1ed..ff20d1f11ccfed6862911c4cf2df66dd46d7e4f0 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.cc |
+++ b/content/browser/loader/resource_dispatcher_host_impl.cc |
@@ -1598,9 +1598,16 @@ void ResourceDispatcherHostImpl::FinishedWithResourcesForRequest( |
IncrementOutstandingRequestsCount(-1, *info); |
} |
-void ResourceDispatcherHostImpl::NavigationRequest( |
+void ResourceDispatcherHostImpl::StartNavigationRequest( |
const NavigationRequestInfo& info, |
scoped_refptr<ResourceRequestBody> request_body, |
+ int64 navigation_request_id, |
+ int64 frame_node_id) { |
+ NOTIMPLEMENTED(); |
+} |
+ |
+void ResourceDispatcherHostImpl::CancelNavigationRequest( |
+ int64 navigation_request_id, |
int64 frame_node_id) { |
NOTIMPLEMENTED(); |
} |