Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(693)

Unified Diff: ash/launcher/launcher_model.h

Issue 17673004: Insert panel icons on the left of other panel icons. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix test assertions. Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/launcher/launcher_model.cc » ('j') | ash/launcher/launcher_model.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | ash/launcher/launcher_model.cc » ('j') | ash/launcher/launcher_model.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698