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 9471460b2a856b0f0fbdfc43459a543047773273..4b3096aeb5e3a7c88cd0ebcb6d42be0c0427e97d 100644 |
--- a/ui/app_list/app_list_constants.cc |
+++ b/ui/app_list/app_list_constants.cc |
@@ -107,6 +107,9 @@ const int kCenteredPreferredRows = 3; |
const int kExperimentalPreferredCols = 6; |
const int kExperimentalPreferredRows = 4; |
+// The number of apps shown in the start page app grid. |
+const size_t kNumStartPageTiles = 9; |
+ |
// Radius of the circle, in which if entered, show re-order preview. |
const int kReorderDroppingCircleRadius = 35; |