| 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 477b8e2bf80bd3071b08fb938f361ed9fa5d1a47..86edad4a5f804be778fda0c72b3f2720a39f8991 100644
|
| --- a/ui/app_list/app_list_constants.cc
|
| +++ b/ui/app_list/app_list_constants.cc
|
| @@ -66,6 +66,10 @@ const int kPreferredCols = 4;
|
| const int kPreferredRows = 4;
|
| const int kPreferredIconDimension = 48;
|
|
|
| +// Preferred search result icon sizes.
|
| +const int kListIconSize = 32;
|
| +const int kTileIconSize = 48;
|
| +
|
| // Preferred number of columns and rows in the experimental app list apps grid.
|
| const int kExperimentalPreferredCols = 6;
|
| const int kExperimentalPreferredRows = 3;
|
|
|