| Index: chrome/browser/ui/views/harmony/harmony_layout_delegate.h
|
| diff --git a/chrome/browser/ui/views/harmony/harmony_layout_delegate.h b/chrome/browser/ui/views/harmony/harmony_layout_delegate.h
|
| index fd36b15d297a11f88bb08f5165375602c12f46d8..0b6c59958ab833adf9f744a8c896834383aefef9 100644
|
| --- a/chrome/browser/ui/views/harmony/harmony_layout_delegate.h
|
| +++ b/chrome/browser/ui/views/harmony/harmony_layout_delegate.h
|
| @@ -18,6 +18,8 @@ class HarmonyLayoutDelegate : public LayoutDelegate {
|
| // views::LayoutDelegate:
|
| int GetLayoutDistance(LayoutDistanceType type) const override;
|
| bool UseExtraDialogPadding() const override;
|
| + bool IsHarmonyMode() const override;
|
| + int GetDialogPreferredWidth(DialogWidthType type) const override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(HarmonyLayoutDelegate);
|
|
|