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

Unified Diff: chrome/browser/sync/user_selectable_sync_type.h

Issue 11961030: [Sync] Make SESSIONS an implicit type (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 7 years, 11 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/user_selectable_sync_type.h
diff --git a/chrome/browser/sync/user_selectable_sync_type.h b/chrome/browser/sync/user_selectable_sync_type.h
index a9785f978395952ccaf3344262dcb8dff1713a79..b0a6603ddc4a89a48f27c83c0c2a0acf4b2e8758 100644
--- a/chrome/browser/sync/user_selectable_sync_type.h
+++ b/chrome/browser/sync/user_selectable_sync_type.h
@@ -29,7 +29,7 @@ enum UserSelectableSyncType {
THEMES = 4,
TYPED_URLS = 5,
EXTENSIONS = 6,
- SESSIONS = 7,
+ TABS = 7,
APPS = 8,
SYNCED_NOTIFICATIONS = 9,
@@ -45,6 +45,8 @@ enum UserSelectableSyncType {
// DEVICE_INFO,
// EXPERIMENTS,
// PRIORITY_PREFERENCES,
+ // SESSIONS,
+ // HISTORY_DELETE_DIRECTIVES,
// Number of sync datatypes exposed to the user via checboxes in the UI.
SELECTABLE_DATATYPE_COUNT = 10,

Powered by Google App Engine
This is Rietveld 408576698