Skip to content

Commit

Permalink
Unified: Don't modify sub-section header font on updates
Browse files Browse the repository at this point in the history
BUG=891950,863618

Change-Id: Ie52e4939e39ae26c01e64ba119ddd0933f0a8e69
Reviewed-on: https://chromium-review.googlesource.com/c/1356942
Commit-Queue: Tony De Luna <tonydeluna@chromium.org>
Reviewed-by: Jenny Zhang <jennyz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#614181}
  • Loading branch information
Tony de Luna authored and Commit Bot committed Dec 5, 2018
1 parent 8fd13b6 commit 3f9dee9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ash/system/network/network_row_title_view.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ NetworkRowTitleView::~NetworkRowTitleView() = default;

void NetworkRowTitleView::SetSubtitle(int subtitle_message_id) {
if (subtitle_message_id) {
title_->SetFontList(subtitle_->font_list());
subtitle_->SetText(l10n_util::GetStringUTF16(subtitle_message_id));
subtitle_->SetVisible(true);
return;
Expand Down

0 comments on commit 3f9dee9

Please sign in to comment.