Index: ash/launcher/launcher_model.h |
diff --git a/ash/launcher/launcher_model.h b/ash/launcher/launcher_model.h |
index f437132905def9f575ddcfad1074ba4b943e1619..317969f87e0f10219c91359359ec8454d869a6b9 100644 |
--- a/ash/launcher/launcher_model.h |
+++ b/ash/launcher/launcher_model.h |
@@ -47,6 +47,9 @@ class ASH_EXPORT LauncherModel { |
// Returns the index of the item by id. |
int ItemIndexByID(int id) const; |
+ // Returns the index of the first right aligned item. |
sky
2012/11/28 05:13:25
The description and name are confusing since first
flackr
2012/11/28 18:07:52
Done.
|
+ int EndAlignedIndex() const; |
+ |
// Returns the id assigned to the next item added. |
LauncherID next_id() const { return next_id_; } |