| Index: chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc
|
| diff --git a/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc b/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc
|
| index f367c87f6bf4205abed9ccad6ffebde05e4757b4..309c4b0ca5f5a28c285f5fed0919ea5444ee0a4d 100644
|
| --- a/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc
|
| +++ b/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc
|
| @@ -140,9 +140,7 @@ void MultiprofilesIntroView::InitDialog() {
|
| no_show_checkbox_.reset(new views::Checkbox(
|
| l10n_util::GetStringUTF16(IDS_MULTIPROFILES_INTRO_NOSHOW_AGAIN)));
|
| no_show_checkbox_->SetChecked(true);
|
| - no_show_checkbox_->SetFontList(
|
| - ui::ResourceBundle::GetSharedInstance().GetFontList(
|
| - ui::ResourceBundle::MediumFont));
|
| + no_show_checkbox_->AdjustFontSize(ui::ResourceBundle::kMediumFontDelta);
|
| no_show_checkbox_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
|
| grid_layout->StartRow(0, 0);
|
| grid_layout->AddView(no_show_checkbox_.get());
|
|
|