Chromium Code Reviews| Index: components/autofill/core/browser/autofill_external_delegate.cc |
| diff --git a/components/autofill/core/browser/autofill_external_delegate.cc b/components/autofill/core/browser/autofill_external_delegate.cc |
| index 82b7396c7c8f999ac184d9885014910a9f031e49..12cf0e0bd76141e3e5324dc7f687503476b48783 100644 |
| --- a/components/autofill/core/browser/autofill_external_delegate.cc |
| +++ b/components/autofill/core/browser/autofill_external_delegate.cc |
| @@ -293,8 +293,9 @@ void AutofillExternalDelegate::ApplyAutofillOptions( |
| } |
| // Append the 'Chrome Autofill options' menu item; |
| - suggestions->push_back(Suggestion( |
| - l10n_util::GetStringUTF16(IDS_AUTOFILL_OPTIONS_POPUP))); |
| + suggestions->push_back(Suggestion(l10n_util::GetStringUTF16( |
| + IsKeyboardAccessoryEnabled() ? IDS_AUTOFILL_OPTIONS_CONTENT_DESCRIPTION |
|
Evan Stade
2015/09/21 20:03:47
this seems like another place we should just switc
please use gerrit instead
2015/09/21 20:34:44
Added a TODO. Done.
|
| + : IDS_AUTOFILL_OPTIONS_POPUP))); |
| suggestions->back().frontend_id = POPUP_ITEM_ID_AUTOFILL_OPTIONS; |
| if (IsKeyboardAccessoryEnabled()) |
| suggestions->back().icon = base::ASCIIToUTF16("settings"); |