| Index: chrome/browser/dom_ui/options/personal_options_handler.cc
|
| diff --git a/chrome/browser/dom_ui/options/personal_options_handler.cc b/chrome/browser/dom_ui/options/personal_options_handler.cc
|
| index a7bacb0f83e144585f12d2b3b3f0e50367669c5b..bc14c1f6e3eb8b723e28b9fa9c71aeb2853834ce 100644
|
| --- a/chrome/browser/dom_ui/options/personal_options_handler.cc
|
| +++ b/chrome/browser/dom_ui/options/personal_options_handler.cc
|
| @@ -73,6 +73,8 @@ void PersonalOptionsHandler::GetLocalizedValues(
|
| localized_strings->SetString("autofill",
|
| dom_options_util::StripColon(
|
| l10n_util::GetStringUTF16(IDS_AUTOFILL_SETTING_WINDOWS_GROUP_NAME)));
|
| + localized_strings->SetString("autoFillEnabled",
|
| + l10n_util::GetStringUTF16(IDS_OPTIONS_AUTOFILL_ENABLE));
|
| localized_strings->SetString("manageAutofillSettings",
|
| l10n_util::GetStringUTF16(IDS_OPTIONS_MANAGE_AUTOFILL_SETTINGS));
|
|
|
|
|