| Index: ios/clean/chrome/browser/ui/tab/tab_container_view_controller.mm
|
| diff --git a/ios/clean/chrome/browser/ui/tab/tab_container_view_controller.mm b/ios/clean/chrome/browser/ui/tab/tab_container_view_controller.mm
|
| index 792a6ab50a272f13f75cab055e1aa53eb95bf67d..305eac06888c46b00e415dfc7e2edca1d585f0cf 100644
|
| --- a/ios/clean/chrome/browser/ui/tab/tab_container_view_controller.mm
|
| +++ b/ios/clean/chrome/browser/ui/tab/tab_container_view_controller.mm
|
| @@ -17,7 +17,7 @@
|
|
|
| namespace {
|
| CGFloat kToolbarHeight = 44.0f;
|
| -CGFloat kTabStripHeight = 200.0f;
|
| +CGFloat kTabStripHeight = 90.0f;
|
| }
|
|
|
| @interface TabContainerViewController ()
|
|
|