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

Unified Diff: chrome/browser/ui/webui/sync_setup_handler.cc

Issue 11961030: [Sync] Make SESSIONS an implicit type (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 7 years, 10 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/ui/webui/sync_setup_handler.cc
diff --git a/chrome/browser/ui/webui/sync_setup_handler.cc b/chrome/browser/ui/webui/sync_setup_handler.cc
index f47174990cebde0fe594272f85f1c3500a8e3242..01397d453443e06fd11ad0d94bc9c6c0f98dc1f1 100644
--- a/chrome/browser/ui/webui/sync_setup_handler.cc
+++ b/chrome/browser/ui/webui/sync_setup_handler.cc
@@ -77,7 +77,7 @@ const char* kDataTypeNames[] = {
"extensions",
"passwords",
"preferences",
- "sessions",
+ "tabs",
"themes",
"typedUrls"
};
@@ -89,7 +89,7 @@ const syncer::ModelType kDataTypes[] = {
syncer::EXTENSIONS,
syncer::PASSWORDS,
syncer::PREFERENCES,
- syncer::SESSIONS,
+ syncer::TABS,
syncer::THEMES,
syncer::TYPED_URLS
};

Powered by Google App Engine
This is Rietveld 408576698