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

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

Issue 23531006: Factor out the layout code from OpaqueBrowserFrameView for testing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More clean, hopefully fix that final chromeos test Created 7 years, 4 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 5d792c98a96473d630e1fabce1902b8719e95ead..d4916ac56a672dfbbc0d9ab60840027738e4409c 100644
--- a/chrome/browser/ui/view_ids.h
+++ b/chrome/browser/ui/view_ids.h
@@ -14,6 +14,16 @@ enum ViewID {
// BROWSER WINDOW VIEWS
// ------------------------------------------------------
+ // Views which make up the skyline.
sky 2013/08/30 16:35:18 Document these are views only.
+ VIEW_ID_MINIMIZE_BUTTON,
+ VIEW_ID_MAXIMIZE_BUTTON,
+ VIEW_ID_RESTORE_BUTTON,
+ VIEW_ID_CLOSE_BUTTON,
+ VIEW_ID_WINDOW_ICON,
+ VIEW_ID_WINDOW_TITLE,
+ VIEW_ID_AVATAR_LABEL,
+ VIEW_ID_AVATAR_BUTTON,
+
// Tabs within a window/tab strip, counting from the left.
VIEW_ID_TAB_0,
VIEW_ID_TAB_1,

Powered by Google App Engine
This is Rietveld 408576698