Chromium Code Reviews| Index: chrome/browser/ui/views/harmony/harmony_layout_delegate.cc |
| diff --git a/chrome/browser/ui/views/harmony/harmony_layout_delegate.cc b/chrome/browser/ui/views/harmony/harmony_layout_delegate.cc |
| index dafc261f717777a03534868371bec9eabd4890e1..a64f6df1419744b806ac11bf60dc20755038af3f 100644 |
| --- a/chrome/browser/ui/views/harmony/harmony_layout_delegate.cc |
| +++ b/chrome/browser/ui/views/harmony/harmony_layout_delegate.cc |
| @@ -68,6 +68,10 @@ bool HarmonyLayoutDelegate::UseExtraDialogPadding() const { |
| return false; |
| } |
| +bool HarmonyLayoutDelegate::ShouldShowWindowIcon() const { |
| + return false; |
|
Peter Kasting
2017/03/14 00:24:21
Hmm. The translate mocks at https://folio.googlep
kylix_rd
2017/03/14 18:30:42
Good question. That seems inconsistent with the ov
|
| +} |
| + |
| bool HarmonyLayoutDelegate::IsHarmonyMode() const { |
| return true; |
| } |