| Index: ui/app_list/app_list_constants.cc
|
| diff --git a/ui/app_list/app_list_constants.cc b/ui/app_list/app_list_constants.cc
|
| index 6647753738691918f6d6a618b487081f8a9e5079..8c1d360f185700ef7d9dac9af199b7ed05eccfdf 100644
|
| --- a/ui/app_list/app_list_constants.cc
|
| +++ b/ui/app_list/app_list_constants.cc
|
| @@ -83,11 +83,7 @@ const gfx::Tween::Type kFolderFadeOutTweenType = gfx::Tween::FAST_OUT_LINEAR_IN;
|
|
|
| // Preferred number of columns and rows in apps grid.
|
| const int kPreferredCols = 4;
|
| -#if defined(OS_CHROMEOS)
|
| const int kPreferredRows = 4;
|
| -#else
|
| -const int kPreferredRows = 3;
|
| -#endif // defined(OS_CHROMEOS)
|
| const int kGridIconDimension = 48;
|
|
|
| // Preferred search result icon sizes.
|
|
|