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

Unified Diff: chrome/browser/sync/profile_sync_factory_impl.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/profile_sync_factory_impl.cc
diff --git a/chrome/browser/sync/profile_sync_factory_impl.cc b/chrome/browser/sync/profile_sync_factory_impl.cc
index ca19a99f04057be29999e55756105165bb4eb55c..e7e02508807c52462721e172772dab9df5e3fb72 100644
--- a/chrome/browser/sync/profile_sync_factory_impl.cc
+++ b/chrome/browser/sync/profile_sync_factory_impl.cc
@@ -150,7 +150,7 @@ void ProfileSyncFactoryImpl::RegisterDataTypes(ProfileSyncService* pss) {
// Session sync is disabled by default. Register only if explicitly
// enabled.
- if (command_line_->HasSwitch(switches::kEnableSyncSessions)) {
+ if (command_line_->HasSwitch(switches::kEnableSyncTabs)) {
pss->RegisterDataTypeController(
new SessionDataTypeController(this, profile_, pss));
}

Powered by Google App Engine
This is Rietveld 408576698