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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 10316020: Remove WebContentsImpl::OnDidRedirectProvisionalLoad. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix botched rebase Created 8 years, 6 months 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
Index: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 0fdefbb3927a0c0fefc97c768479953d8778555b..8ba3e4b18a8f0bc5017ac419bce6c3622220b4f2 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -282,12 +282,6 @@ class CONTENT_EXPORT WebContentsImpl
bool main_frame,
const GURL& opener_url,
const GURL& url) OVERRIDE;
- virtual void DidRedirectProvisionalLoad(
- content::RenderViewHost* render_view_host,
- int32 page_id,
- const GURL& opener_url,
- const GURL& source_url,
- const GURL& target_url) OVERRIDE;
virtual void DidFailProvisionalLoadWithError(
content::RenderViewHost* render_view_host,
const ViewHostMsg_DidFailProvisionalLoadWithError_Params& params)
« no previous file with comments | « content/browser/web_contents/navigation_controller_impl_unittest.cc ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698