| 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 4bab754b36c7825ecd608e2be602e5c3a3bced96..c99e369f8f42732409fda50e8158e84cdcc5338d 100644
|
| --- a/chrome/browser/ui/webui/sync_setup_handler.cc
|
| +++ b/chrome/browser/ui/webui/sync_setup_handler.cc
|
| @@ -83,11 +83,11 @@ const char* kDataTypeNames[] = {
|
| "themes",
|
| "typedUrls",
|
| "extensions",
|
| - "sessions",
|
| - "apps"
|
| + "apps",
|
| + "tabs"
|
| };
|
|
|
| -COMPILE_ASSERT(25 == syncer::MODEL_TYPE_COUNT,
|
| +COMPILE_ASSERT(26 == syncer::MODEL_TYPE_COUNT,
|
| update_kDataTypeNames_to_match_UserSelectableTypes);
|
|
|
| typedef std::map<syncer::ModelType, const char*> ModelTypeNameMap;
|
|
|