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

Unified Diff: chrome/browser/sync/internal_api/sync_manager.cc

Issue 7837014: [Sync] Change strings to reflect sessions -> open tabs naming convention change (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 3 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/internal_api/sync_manager.cc
diff --git a/chrome/browser/sync/internal_api/sync_manager.cc b/chrome/browser/sync/internal_api/sync_manager.cc
index 6b022da2ac7c3cc911580350c084c87697b80bdc..05588bea4ed3dc4c89d3ddb78198a45cedb27b79 100644
--- a/chrome/browser/sync/internal_api/sync_manager.cc
+++ b/chrome/browser/sync/internal_api/sync_manager.cc
@@ -977,7 +977,7 @@ void SyncManager::SyncInternal::UpdateEnabledTypes() {
}
sync_notifier_->UpdateEnabledTypes(enabled_types);
if (CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kEnableSyncSessionsForOtherClients)) {
+ switches::kEnableSyncTabsForOtherClients)) {
MaybeSetSyncTabsInNigoriNode(enabled_types);
}
}

Powered by Google App Engine
This is Rietveld 408576698