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

Unified Diff: components/sessions/ios/ios_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/ios/ios_live_tab.h ('k') | content/browser/child_process_launcher_browsertest.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.cc
diff --git a/components/sessions/ios/ios_live_tab.cc b/components/sessions/ios/ios_live_tab.cc
index 717dab78f840dce317b2e33d4b29de19dadfb4ff..a6f32a9fc1425815eb74fd82c242374b2411f05c 100644
--- a/components/sessions/ios/ios_live_tab.cc
+++ b/components/sessions/ios/ios_live_tab.cc
@@ -28,7 +28,7 @@ IOSLiveTab::IOSLiveTab(web::WebState* web_state) : web_state_(web_state) {}
IOSLiveTab::~IOSLiveTab() {}
-bool IOSLiveTab::IsInitialNavigation() {
+bool IOSLiveTab::IsInitialBlankNavigation() {
return navigation_manager()->GetEntryCount() == 0;
}
« no previous file with comments | « components/sessions/ios/ios_live_tab.h ('k') | content/browser/child_process_launcher_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698