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

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: Don't break unittest Created 8 years, 7 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 3c918cc7375bdbceabd5a7d2bf10dbe71d771c8c..62e5504f3d906db382fa02eee90e81edc2334b35 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -280,12 +280,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)

Powered by Google App Engine
This is Rietveld 408576698