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

Unified Diff: components/sessions/content/content_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/content/content_live_tab.h
diff --git a/components/sessions/content/content_live_tab.h b/components/sessions/content/content_live_tab.h
index 1a86b0614f2a19c1f08ab61bca58843622dccf73..14991fdb4f90e17c7bd6e6d4aaca04981967b35a 100644
--- a/components/sessions/content/content_live_tab.h
+++ b/components/sessions/content/content_live_tab.h
@@ -35,7 +35,7 @@ class SESSIONS_EXPORT ContentLiveTab
static ContentLiveTab* GetForWebContents(content::WebContents* web_contents);
// LiveTab:
- bool IsInitialNavigation() override;
+ bool IsInitialBlankNavigation() override;
int GetCurrentEntryIndex() override;
int GetPendingEntryIndex() override;
sessions::SerializedNavigationEntry GetEntryAtIndex(int index) override;
« no previous file with comments | « components/favicon/content/content_favicon_driver_unittest.cc ('k') | components/sessions/content/content_live_tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698