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

Unified Diff: components/sessions/content/content_live_tab.cc

Issue 1309323004: Create a NavigationEntry for the initial blank page. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GetEntryCount, more tests Created 5 years, 2 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
« no previous file with comments | « components/sessions/content/content_live_tab.h ('k') | components/sessions/core/live_tab.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions/content/content_live_tab.cc
diff --git a/components/sessions/content/content_live_tab.cc b/components/sessions/content/content_live_tab.cc
index f64c2c73876cd6eb97ea9e6ead4720240a593934..d660712b13b6799a56b75b2f72b22f7ad7a9c6dc 100644
--- a/components/sessions/content/content_live_tab.cc
+++ b/components/sessions/content/content_live_tab.cc
@@ -28,8 +28,8 @@ ContentLiveTab::ContentLiveTab(content::WebContents* contents)
ContentLiveTab::~ContentLiveTab() {}
-bool ContentLiveTab::IsInitialNavigation() {
- return navigation_controller().IsInitialNavigation();
+bool ContentLiveTab::IsInitialBlankNavigation() {
+ return navigation_controller().IsInitialBlankNavigation();
}
int ContentLiveTab::GetCurrentEntryIndex() {
« no previous file with comments | « components/sessions/content/content_live_tab.h ('k') | components/sessions/core/live_tab.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698