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

Unified Diff: chrome/browser/ui/view_ids.h

Issue 6913026: Compact Navigation prototype (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 8 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
Index: chrome/browser/ui/view_ids.h
diff --git a/chrome/browser/ui/view_ids.h b/chrome/browser/ui/view_ids.h
index 3df052dd7030643498e15236601f934dfa465295..7b4b258d6e19b9ad57f0d201bf3409b034de579f 100644
--- a/chrome/browser/ui/view_ids.h
+++ b/chrome/browser/ui/view_ids.h
@@ -78,6 +78,15 @@ enum ViewID {
// The sidebar split.
VIEW_ID_SIDE_BAR_SPLIT,
+ // The Compact Navigation bar.
+ VIEW_ID_COMPACT_NAV_BAR,
+
+ // The Compact Options bar.
+ VIEW_ID_COMPACT_OPT_BAR,
+
+ // The spacer for the compact navigation bar.
+ VIEW_ID_SPACER,
sky 2011/05/03 18:38:32 Name is too generic, use VIEW_ID_COMPACT_NAV_BAR_S
SteveT 2011/05/06 18:48:43 Done here and everywhere.
+
// Used in chrome/browser/ui/gtk/view_id_util_browsertests.cc
// If you add new ids, make sure the above test passes.
VIEW_ID_PREDEFINED_COUNT

Powered by Google App Engine
This is Rietveld 408576698