| Index: chrome/browser/ui/views/harmony/harmony_layout_provider.cc
|
| diff --git a/chrome/browser/ui/views/harmony/harmony_layout_provider.cc b/chrome/browser/ui/views/harmony/harmony_layout_provider.cc
|
| index d9dbd4df5da70dd78248197499dd622738bf0c83..24e2a18c56a8fbe2ea9560f0ffcd5e3508309ff8 100644
|
| --- a/chrome/browser/ui/views/harmony/harmony_layout_provider.cc
|
| +++ b/chrome/browser/ui/views/harmony/harmony_layout_provider.cc
|
| @@ -96,7 +96,7 @@ bool HarmonyLayoutProvider::IsHarmonyMode() const {
|
| }
|
|
|
| int HarmonyLayoutProvider::GetSnappedDialogWidth(int min_width) const {
|
| - for (int snap_point : {320, 448, 512}) {
|
| + for (int snap_point : {220, 320, 448, 512}) {
|
| if (min_width <= snap_point)
|
| return snap_point;
|
| }
|
|
|