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. |
+ int EndAlignedIndex() const; |
stevenjb
2012/11/26 18:19:21
"EndAligned" confused me. Maybe "FirstRightAligned
flackr
2012/11/27 18:40:21
This can be bottom aligned if the panel position i
|
+ |
// Returns the id assigned to the next item added. |
LauncherID next_id() const { return next_id_; } |