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

Unified Diff: chrome/browser/sessions/session_types.cc

Issue 8224023: Don't show URL for pending new navigations initiated by the renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge conflicts. Created 9 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: chrome/browser/sessions/session_types.cc
diff --git a/chrome/browser/sessions/session_types.cc b/chrome/browser/sessions/session_types.cc
index 88df61f5cdac25692be20a2304d1cc8f7e97b9ed..70c8b9e5721f9de1a6e13fee8305eb70519f3d24 100644
--- a/chrome/browser/sessions/session_types.cc
+++ b/chrome/browser/sessions/session_types.cc
@@ -66,6 +66,7 @@ NavigationEntry* TabNavigation::ToNavigationEntry(int page_id,
// Use a transition type of reload so that we don't incorrectly
// increase the typed count.
content::PAGE_TRANSITION_RELOAD,
+ false,
// The extra headers are not sync'ed across sessions.
std::string(),
profile);
« no previous file with comments | « chrome/browser/rlz/rlz_unittest.cc ('k') | chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698