summaryrefslogtreecommitdiffstats
path: root/chrome/browser/view_ids.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/view_ids.h')
-rw-r--r--chrome/browser/view_ids.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/chrome/browser/view_ids.h b/chrome/browser/view_ids.h
index b495605..0109546 100644
--- a/chrome/browser/view_ids.h
+++ b/chrome/browser/view_ids.h
@@ -61,6 +61,17 @@ enum ViewID {
// Bottom extension shelf.
VIEW_ID_DEV_EXTENSION_SHELF,
+ // The contents split.
+ VIEW_ID_CONTENTS_SPLIT,
+
+ // The Infobar container.
+ VIEW_ID_INFO_BAR_CONTAINER,
+
+ // The Download shelf.
+ VIEW_ID_DOWNLOAD_SHELF,
+
+ // Used in chrome/browser/gtk/view_id_util_browsertests.cc
+ // If you add new ids, make sure the above test passes.
VIEW_ID_PREDEFINED_COUNT
};