| Index: ui/views/bubble/bubble_frame_view.cc
|
| diff --git a/ui/views/bubble/bubble_frame_view.cc b/ui/views/bubble/bubble_frame_view.cc
|
| index 14f5622aba174aeff0115960fd7b8cb22cf925a6..feb8b611dd3b2506de7214d13abc05b81830cfc3 100644
|
| --- a/ui/views/bubble/bubble_frame_view.cc
|
| +++ b/ui/views/bubble/bubble_frame_view.cc
|
| @@ -86,9 +86,7 @@ BubbleFrameView::BubbleFrameView(const gfx::Insets& title_margins,
|
| close_button_clicked_(false) {
|
| AddChildView(title_icon_);
|
|
|
| - ui::ResourceBundle& rb = ui::ResourceBundle::GetSharedInstance();
|
| - title_ = new Label(base::string16(),
|
| - rb.GetFontListWithDelta(ui::kTitleFontSizeDelta));
|
| + title_ = new Label(base::string16(), TextContext::DIALOG_TITLE);
|
| title_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
|
| title_->set_collapse_when_hidden(true);
|
| title_->SetVisible(false);
|
|
|