| 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 657e064007fbb97df7ffbd26ddc4d874215fd826..14513a72b53c1c8175dad4d5e1390abd97e6d554 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
|
| };
|
|
|