| Index: chrome/browser/ui/views/page_info/website_settings_popup_view.cc
|
| diff --git a/chrome/browser/ui/views/page_info/website_settings_popup_view.cc b/chrome/browser/ui/views/page_info/website_settings_popup_view.cc
|
| index dbfc2513b8df7830327f3125f99ab7c1adc8c539..09e0ea9a46f2bbc2365244e636348662f3954ddb 100644
|
| --- a/chrome/browser/ui/views/page_info/website_settings_popup_view.cc
|
| +++ b/chrome/browser/ui/views/page_info/website_settings_popup_view.cc
|
| @@ -588,11 +588,9 @@ void WebsiteSettingsPopupView::SetCookieInfo(
|
| // implemented. See https://crbug.com/512442#c48
|
| views::GridLayout::LEADING);
|
|
|
| - ui::ResourceBundle& rb = ui::ResourceBundle::GetSharedInstance();
|
| - const gfx::FontList& font_list = rb.GetFontListWithDelta(1);
|
| views::Label* cookies_label = new views::Label(
|
| l10n_util::GetStringUTF16(IDS_WEBSITE_SETTINGS_TITLE_SITE_DATA),
|
| - font_list);
|
| + ChromeTextContext::DIALOG_MESSAGE);
|
| layout->AddView(cookies_label);
|
| layout->StartRow(1, cookies_view_column);
|
| layout->SkipColumns(1);
|
|
|