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

Side by Side Diff: chrome/browser/view_ids.h

Issue 53096: Broadcast a state change notification from the toolbar to the RenderWidgetHos... (Closed) Base URL: svn://chrome-svn/chrome/branches/release_154.next/src/
Patch Set: Created 11 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/render_widget_host_hwnd.cc ('k') | chrome/browser/views/toolbar_view.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This defines an enumeration of IDs that can uniquely identify a view within 5 // This defines an enumeration of IDs that can uniquely identify a view within
6 // the scope of a container view. 6 // the scope of a container view.
7 7
8 #ifndef CHROME_BROWSER_VIEW_IDS_H__ 8 #ifndef CHROME_BROWSER_VIEW_IDS_H__
9 #define CHROME_BROWSER_VIEW_IDS_H__ 9 #define CHROME_BROWSER_VIEW_IDS_H__
10 10
(...skipping 27 matching lines...) Expand all
38 VIEW_ID_PAGE_MENU, 38 VIEW_ID_PAGE_MENU,
39 VIEW_ID_APP_MENU, 39 VIEW_ID_APP_MENU,
40 VIEW_ID_AUTOCOMPLETE, 40 VIEW_ID_AUTOCOMPLETE,
41 41
42 // The Bookmark Bar. 42 // The Bookmark Bar.
43 VIEW_ID_BOOKMARK_BAR, 43 VIEW_ID_BOOKMARK_BAR,
44 44
45 // Tab Container window. 45 // Tab Container window.
46 VIEW_ID_TAB_CONTAINER, 46 VIEW_ID_TAB_CONTAINER,
47 47
48 // 3D button
49 VIEW_ID_3D_BUTTON,
50
48 VIEW_ID_PREDEFINED_COUNT 51 VIEW_ID_PREDEFINED_COUNT
49 }; 52 };
50 53
51 #endif // CHROME_BROWSER_VIEW_IDS_H__ 54 #endif // CHROME_BROWSER_VIEW_IDS_H__
52 55
OLDNEW
« no previous file with comments | « chrome/browser/render_widget_host_hwnd.cc ('k') | chrome/browser/views/toolbar_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698