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

Unified Diff: content/browser/tab_contents/render_view_host_manager.cc

Issue 8680043: Remove unused method RVHD::RendererManagement::OnCrossSiteNavigationCanceled(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « content/browser/tab_contents/render_view_host_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/tab_contents/render_view_host_manager.cc
diff --git a/content/browser/tab_contents/render_view_host_manager.cc b/content/browser/tab_contents/render_view_host_manager.cc
index 23872ca689e08de7796dbb9bcaf2e720a6f0d6ca..2aacafcbcc6011d2d15535063aa8d10d7495c220 100644
--- a/content/browser/tab_contents/render_view_host_manager.cc
+++ b/content/browser/tab_contents/render_view_host_manager.cc
@@ -307,13 +307,6 @@ void RenderViewHostManager::OnCrossSiteResponse(int new_render_process_host_id,
new_request_id);
}
-void RenderViewHostManager::OnCrossSiteNavigationCanceled() {
- DCHECK(cross_navigation_pending_);
- cross_navigation_pending_ = false;
- if (pending_render_view_host_)
- CancelPending();
-}
-
void RenderViewHostManager::Observe(
int type,
const content::NotificationSource& source,
« no previous file with comments | « content/browser/tab_contents/render_view_host_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698