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

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: Add string casts to make MSVS happy. 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/browser_non_client_frame_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..3d0fcb8869e1bf3c6547b8b2b1d78d3d05520f8c 100644
--- a/chrome/browser/ui/view_ids.h
+++ b/chrome/browser/ui/view_ids.h
@@ -14,6 +14,17 @@ enum ViewID {
// BROWSER WINDOW VIEWS
// ------------------------------------------------------
+ // Views which make up the skyline. These are used only
+ // on views.
+ 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,
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/browser_non_client_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698