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

Unified Diff: content/browser/frame_host/navigation_handle_impl.h

Issue 2653023002: Convert PrerenderContents to use the new navigation callbacks. (Closed)
Patch Set: merge Created 3 years, 11 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/frame_host/navigation_handle_impl.h
diff --git a/content/browser/frame_host/navigation_handle_impl.h b/content/browser/frame_host/navigation_handle_impl.h
index bd236a750c7ce9874d41af1b2d018adf46cf9f99..279c45977f11f54826448381cc86351d1f125bae 100644
--- a/content/browser/frame_host/navigation_handle_impl.h
+++ b/content/browser/frame_host/navigation_handle_impl.h
@@ -97,6 +97,7 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
bool IsParentMainFrame() override;
bool IsRendererInitiated() override;
bool WasServerRedirect() override;
+ const std::vector<GURL>& GetRedirectChain() override;
int GetFrameTreeNodeId() override;
int GetParentFrameTreeNodeId() override;
const base::TimeTicks& NavigationStart() override;
« no previous file with comments | « chrome/browser/prerender/prerender_contents.cc ('k') | content/browser/frame_host/navigation_handle_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698