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

Unified Diff: chrome/browser/sync/test/live_sync/live_sync_test.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/test/live_sync/live_sync_test.cc
diff --git a/chrome/browser/sync/test/live_sync/live_sync_test.cc b/chrome/browser/sync/test/live_sync/live_sync_test.cc
index d47f34e4a0ade8726ea6107067f483f604a4a3ff..78e7de03b2ca6c201db7459d257c45e56018a4bb 100644
--- a/chrome/browser/sync/test/live_sync/live_sync_test.cc
+++ b/chrome/browser/sync/test/live_sync/live_sync_test.cc
@@ -218,8 +218,8 @@ void LiveSyncTest::AddTestSwitches(CommandLine* cl) {
void LiveSyncTest::AddOptionalTypesToCommandLine(CommandLine* cl) {
// TODO(sync): Remove this once sessions sync is enabled by default.
- if (!cl->HasSwitch(switches::kEnableSyncSessions))
- cl->AppendSwitch(switches::kEnableSyncSessions);
+ if (!cl->HasSwitch(switches::kEnableSyncTabs))
+ cl->AppendSwitch(switches::kEnableSyncTabs);
}
// static

Powered by Google App Engine
This is Rietveld 408576698