| Index: chrome/browser/ui/views/harmony/layout_delegate.cc
|
| diff --git a/chrome/browser/ui/views/harmony/layout_delegate.cc b/chrome/browser/ui/views/harmony/layout_delegate.cc
|
| index 79d88b025d46793b2f222bb49774826f079f2359..961058ade91c276c81dc2d5921c8de1e9677806e 100644
|
| --- a/chrome/browser/ui/views/harmony/layout_delegate.cc
|
| +++ b/chrome/browser/ui/views/harmony/layout_delegate.cc
|
| @@ -77,6 +77,10 @@ bool LayoutDelegate::UseExtraDialogPadding() const {
|
| return true;
|
| }
|
|
|
| +bool LayoutDelegate::ShouldShowWindowIcon() const {
|
| + return true;
|
| +}
|
| +
|
| bool LayoutDelegate::IsHarmonyMode() const {
|
| return false;
|
| }
|
|
|