| Index: ash/launcher/launcher_model.h
|
| diff --git a/ash/launcher/launcher_model.h b/ash/launcher/launcher_model.h
|
| index f437132905def9f575ddcfad1074ba4b943e1619..ce52126a3e622c6d56fc646a76253e923e19f162 100644
|
| --- a/ash/launcher/launcher_model.h
|
| +++ b/ash/launcher/launcher_model.h
|
| @@ -47,6 +47,10 @@ class ASH_EXPORT LauncherModel {
|
| // Returns the index of the item by id.
|
| int ItemIndexByID(int id) const;
|
|
|
| + // Returns the index of the first panel or the index where the first panel
|
| + // would go if there are no panels.
|
| + int FirstPanelIndex() const;
|
| +
|
| // Returns the id assigned to the next item added.
|
| LauncherID next_id() const { return next_id_; }
|
|
|
|
|