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

Unified Diff: content/browser/renderer_host/render_view_host_delegate.h

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 | « no previous file | content/browser/tab_contents/render_view_host_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_view_host_delegate.h
diff --git a/content/browser/renderer_host/render_view_host_delegate.h b/content/browser/renderer_host/render_view_host_delegate.h
index 6a8139af2305ce18dffb849ed596c057f2321aed..10f307bc992a1e36588d5e5773f30784cdfddfee 100644
--- a/content/browser/renderer_host/render_view_host_delegate.h
+++ b/content/browser/renderer_host/render_view_host_delegate.h
@@ -172,10 +172,6 @@ class CONTENT_EXPORT RenderViewHostDelegate : public IPC::Channel::Listener {
virtual void OnCrossSiteResponse(int new_render_process_host_id,
int new_request_id) = 0;
- // Called the ResourceDispatcherHost's associate CrossSiteRequestHandler
- // when a cross-site navigation has been canceled.
- virtual void OnCrossSiteNavigationCanceled() = 0;
-
protected:
virtual ~RendererManagement() {}
};
« no previous file with comments | « no previous file | content/browser/tab_contents/render_view_host_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698