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

Unified Diff: chrome/browser/sync/glue/synced_session.cc

Issue 923183003: Move URL fixup to a preliminary phase that doesn't affect virtual URLs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bug in sync tests Created 5 years, 10 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/sync/glue/synced_session.cc
diff --git a/chrome/browser/sync/glue/synced_session.cc b/chrome/browser/sync/glue/synced_session.cc
index 6a0f070f8b990b32790621b719178af9caa5df29..9abc736de7f2fd0c9184e24d8ca1f391b67eee2d 100644
--- a/chrome/browser/sync/glue/synced_session.cc
+++ b/chrome/browser/sync/glue/synced_session.cc
@@ -56,7 +56,7 @@ sync_pb::SessionHeader SyncedSession::ToSessionHeader() const {
}
// Note: if you modify this, make sure you modify
-// SessionModelAssociator::ShouldSyncTab to ensure the logic matches.
Charlie Reis 2015/02/17 17:24:46 SessionModelAssociator no longer exists. However,
+// browser_sync::sessions_util::ShouldSyncTab to ensure the logic matches.
bool ShouldSyncSessionTab(const sessions::SessionTab& tab) {
if (tab.navigations.empty())
return false;

Powered by Google App Engine
This is Rietveld 408576698