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

Unified Diff: components/sessions/core/live_tab.h

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
Index: components/sessions/core/live_tab.h
diff --git a/components/sessions/core/live_tab.h b/components/sessions/core/live_tab.h
index bf0485ed9f693c92ce61f358d443d8f7dd9bc62b..f6be5e358a4d21dfa81f36550a25784231b239e0 100644
--- a/components/sessions/core/live_tab.h
+++ b/components/sessions/core/live_tab.h
@@ -21,7 +21,7 @@ class SESSIONS_EXPORT LiveTab {
virtual ~LiveTab();
// Methods that return information about the navigation state of the tab.
- virtual bool IsInitialNavigation() = 0;
+ virtual bool IsInitialBlankNavigation() = 0;
virtual int GetCurrentEntryIndex() = 0;
virtual int GetPendingEntryIndex() = 0;
virtual SerializedNavigationEntry GetEntryAtIndex(int index) = 0;
« no previous file with comments | « components/sessions/content/content_live_tab.cc ('k') | components/sessions/core/tab_restore_service_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698