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

Unified Diff: chrome/common/chrome_switches.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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 63aa4f7951bb79922d8de67439f4200525cf7152..5589c7450fb65c84d8c85c8bfd003f3235720a25 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -535,11 +535,11 @@ const char kEnableSyncOAuth[] = "enable-sync-oauth";
const char kEnableSyncSearchEngines[] = "enable-sync-search-engines";
// Enable syncing browser sessions.
-const char kEnableSyncSessions[] = "enable-sync-sessions";
+const char kEnableSyncTabs[] = "enable-sync-tabs";
// Enable syncing browser sessions for other synced clients.
-const char kEnableSyncSessionsForOtherClients[] =
- "enable-sync-sessions-for-other-clients";
+const char kEnableSyncTabsForOtherClients[] =
+ "enable-sync-tabs-for-other-clients";
// Enables context menu for selecting groups of tabs.
const char kEnableTabGroupsContextMenu[] = "enable-tab-groups-context-menu";

Powered by Google App Engine
This is Rietveld 408576698