Index: chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc |
diff --git a/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc b/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc |
index e9183afe877f20fe83b447353495586040383651..34392144b00b273dfe2f0c4a6a953ef1bbda7dca 100644 |
--- a/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc |
+++ b/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc |
@@ -194,12 +194,9 @@ void ProfileSigninConfirmationDialogViews::ViewHierarchyChanged( |
IDS_ENTERPRISE_SIGNIN_EXPLANATION_WITHOUT_PROFILE_CREATION_NEW_STYLE, |
username, learn_more_text, &offsets); |
explanation_label_ = new views::StyledLabel(signin_explanation_text, this); |
- views::StyledLabel::RangeStyleInfo link_style = |
- views::StyledLabel::RangeStyleInfo::CreateForLink(); |
- link_style.font_style = gfx::Font::NORMAL; |
explanation_label_->AddStyleRange( |
ui::Range(offsets[1], offsets[1] + learn_more_text.size()), |
- link_style); |
+ views::StyledLabel::RangeStyleInfo::CreateForLink()); |
// Layout the components. |
views::GridLayout* dialog_layout = new views::GridLayout(this); |