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 fdddc37d1a59700218d8a6dbd0e893a81267532c..b8bec242cdf6989e1e6a0b3199b0f73d9c14e7e0 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.cc |
+++ b/content/browser/loader/resource_dispatcher_host_impl.cc |
@@ -1614,9 +1614,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(); |
} |