| Index: chrome/browser/dom_ui/options/sync_options_handler.cc
|
| ===================================================================
|
| --- chrome/browser/dom_ui/options/sync_options_handler.cc (revision 63212)
|
| +++ chrome/browser/dom_ui/options/sync_options_handler.cc (working copy)
|
| @@ -52,6 +52,8 @@
|
| l10n_util::GetStringUTF16(IDS_SYNC_DATATYPE_THEMES));
|
| localized_strings->SetString("syncapps",
|
| l10n_util::GetStringUTF16(IDS_SYNC_DATATYPE_APPS));
|
| + localized_strings->SetString("syncsessions",
|
| + l10n_util::GetStringUTF16(IDS_SYNC_DATATYPE_SESSIONS));
|
| }
|
|
|
| void SyncOptionsHandler::Initialize() {
|
|
|