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

Unified Diff: components/sessions/ios/ios_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
« no previous file with comments | « components/sessions/core/tab_restore_service_helper.cc ('k') | components/sessions/ios/ios_live_tab.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions/ios/ios_live_tab.h
diff --git a/components/sessions/ios/ios_live_tab.h b/components/sessions/ios/ios_live_tab.h
index 67dfb33b439f4f2a5ca7305603f57b2b1f49a306..ced2923a59f203243d880c93f72fce98c5d7349f 100644
--- a/components/sessions/ios/ios_live_tab.h
+++ b/components/sessions/ios/ios_live_tab.h
@@ -30,7 +30,7 @@ class SESSIONS_EXPORT IOSLiveTab : public LiveTab,
static IOSLiveTab* GetForWebState(web::WebState* web_state);
// 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/sessions/core/tab_restore_service_helper.cc ('k') | components/sessions/ios/ios_live_tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698