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

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

Issue 49003011: Handle should_replace_current_entry in prerender. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: content::kAboutBlankURL Created 7 years 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_controller_impl.h
diff --git a/content/browser/frame_host/navigation_controller_impl.h b/content/browser/frame_host/navigation_controller_impl.h
index eb566c203181a1c02389f9642bfaeadab9abe363..99fc36ae00209adf8958624d920b82ce251c5d6c 100644
--- a/content/browser/frame_host/navigation_controller_impl.h
+++ b/content/browser/frame_host/navigation_controller_impl.h
@@ -88,8 +88,8 @@ class CONTENT_EXPORT NavigationControllerImpl
int index) OVERRIDE;
virtual void CopyStateFrom(
const NavigationController& source) OVERRIDE;
- virtual void CopyStateFromAndPrune(
- NavigationController* source) OVERRIDE;
+ virtual void CopyStateFromAndPrune(NavigationController* source,
+ bool replace_entry) OVERRIDE;
virtual bool CanPruneAllButLastCommitted() OVERRIDE;
virtual void PruneAllButLastCommitted() OVERRIDE;
virtual void ClearAllScreenshots() OVERRIDE;
« no previous file with comments | « chrome/browser/ui/browser_instant_controller.cc ('k') | content/browser/frame_host/navigation_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698