| 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 71d07217a31af4922fa746104a07be689f7cbf0a..2e91ff50eebac3f6b7045747a00532b4aa33d09c 100644
|
| --- a/chrome/browser/ui/views/harmony/layout_delegate.cc
|
| +++ b/chrome/browser/ui/views/harmony/layout_delegate.cc
|
| @@ -92,8 +92,8 @@ bool LayoutDelegate::IsHarmonyMode() const {
|
| return false;
|
| }
|
|
|
| -int LayoutDelegate::GetDialogPreferredWidth(DialogWidth width) const {
|
| - return 0;
|
| +int LayoutDelegate::GetSnappedDialogWidth(int min_width) const {
|
| + return min_width;
|
| }
|
|
|
| const views::TypographyProvider& LayoutDelegate::GetTypographyProvider() const {
|
|
|