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

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

Issue 8509027: Add status area to Aura builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 1 month 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..03e27ab4317e907704e4b26cf2c716b99c5b8021 100644
--- a/chrome/browser/ui/view_ids.h
+++ b/chrome/browser/ui/view_ids.h
@@ -78,10 +78,14 @@ enum ViewID {
// The sidebar split.
VIEW_ID_SIDE_BAR_SPLIT,
+ // The status area (ChromeOS and Aura).
+ VIEW_ID_STATUS_AREA,
+ VIEW_ID_STATUS_BUTTON_CLOCK,
+ VIEW_ID_STATUS_BUTTON_MEMORY,
+
// 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
};
#endif // CHROME_BROWSER_UI_VIEW_IDS_H_
-

Powered by Google App Engine
This is Rietveld 408576698