Chromium Code Reviews| Index: ash/launcher/launcher_model.h |
| diff --git a/ash/launcher/launcher_model.h b/ash/launcher/launcher_model.h |
| index 0d544866b97636483facc2eb4a9cc3aa96b8355d..84221691ef6aaf13bb03d72bd91cfb06f9634974 100644 |
| --- a/ash/launcher/launcher_model.h |
| +++ b/ash/launcher/launcher_model.h |
| @@ -23,6 +23,10 @@ class ASH_EXPORT LauncherModel { |
| STATUS_LOADING, |
| }; |
| + // The index to use when adding an item to automatically position it by |
| + // item type. |
| + static const int kAutomaticIndex; |
| + |
| LauncherModel(); |
| ~LauncherModel(); |