Chromium Code Reviews| Index: chrome/browser/ui/content_settings/content_setting_bubble_model.cc |
| diff --git a/chrome/browser/ui/content_settings/content_setting_bubble_model.cc b/chrome/browser/ui/content_settings/content_setting_bubble_model.cc |
| index 1b76e6c8e7564a25d736a1cd3370bc5d88b9caa1..82b123f3659d37476a7ce9b2201a4eabaee0a6e7 100644 |
| --- a/chrome/browser/ui/content_settings/content_setting_bubble_model.cc |
| +++ b/chrome/browser/ui/content_settings/content_setting_bubble_model.cc |
| @@ -1177,10 +1177,10 @@ ContentSettingSubresourceFilterBubbleModel:: |
| ~ContentSettingSubresourceFilterBubbleModel() {} |
| void ContentSettingSubresourceFilterBubbleModel::SetTitle() { |
| - // TODO(melandory): For this bubble we need to introduce ability to have a |
| - // caption (something which appears above title and has bigger font). |
| set_title(l10n_util::GetStringUTF8( |
| IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_EXPLANATION)); |
| + set_caption( |
| + l10n_util::GetStringUTF8(IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_TITLE)); |
|
msw
2016/08/09 19:46:54
Can you make this the title, and make IDS_FILTERED
melandory
2016/08/10 14:55:07
Talked with out UX, so we're fine having title and
|
| } |
| void ContentSettingSubresourceFilterBubbleModel::SetManageLink() { |