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

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

Issue 25373009: Translate: New Bubble UX (for the view toolkit) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add 'Try again' button; rename enum names Created 7 years, 2 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_UI_VIEW_IDS_H_ 8 #ifndef CHROME_BROWSER_UI_VIEW_IDS_H_
9 #define CHROME_BROWSER_UI_VIEW_IDS_H_ 9 #define CHROME_BROWSER_UI_VIEW_IDS_H_
10 10
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 VIEW_ID_BACK_BUTTON, 48 VIEW_ID_BACK_BUTTON,
49 VIEW_ID_FORWARD_BUTTON, 49 VIEW_ID_FORWARD_BUTTON,
50 VIEW_ID_RELOAD_BUTTON, 50 VIEW_ID_RELOAD_BUTTON,
51 VIEW_ID_HOME_BUTTON, 51 VIEW_ID_HOME_BUTTON,
52 VIEW_ID_STAR_BUTTON, 52 VIEW_ID_STAR_BUTTON,
53 VIEW_ID_APP_MENU, 53 VIEW_ID_APP_MENU,
54 VIEW_ID_BROWSER_ACTION_TOOLBAR, 54 VIEW_ID_BROWSER_ACTION_TOOLBAR,
55 VIEW_ID_FEEDBACK_BUTTON, 55 VIEW_ID_FEEDBACK_BUTTON,
56 VIEW_ID_OMNIBOX, 56 VIEW_ID_OMNIBOX,
57 VIEW_ID_SCRIPT_BUBBLE, 57 VIEW_ID_SCRIPT_BUBBLE,
58 VIEW_ID_TRANSLATE_BUTTON,
58 59
59 // The Bookmark Bar. 60 // The Bookmark Bar.
60 VIEW_ID_BOOKMARK_BAR, 61 VIEW_ID_BOOKMARK_BAR,
61 VIEW_ID_OTHER_BOOKMARKS, 62 VIEW_ID_OTHER_BOOKMARKS,
62 // Used for bookmarks/folders on the bookmark bar. 63 // Used for bookmarks/folders on the bookmark bar.
63 VIEW_ID_BOOKMARK_BAR_ELEMENT, 64 VIEW_ID_BOOKMARK_BAR_ELEMENT,
64 65
65 // Find in page. 66 // Find in page.
66 VIEW_ID_FIND_IN_PAGE_TEXT_FIELD, 67 VIEW_ID_FIND_IN_PAGE_TEXT_FIELD,
67 VIEW_ID_FIND_IN_PAGE, 68 VIEW_ID_FIND_IN_PAGE,
(...skipping 24 matching lines...) Expand all
92 93
93 // Used in chrome/browser/ui/gtk/view_id_util_browsertest.cc 94 // Used in chrome/browser/ui/gtk/view_id_util_browsertest.cc
94 // If you add new ids, make sure the above test passes. 95 // If you add new ids, make sure the above test passes.
95 VIEW_ID_PREDEFINED_COUNT, 96 VIEW_ID_PREDEFINED_COUNT,
96 97
97 // Plus button on location bar. 98 // Plus button on location bar.
98 VIEW_ID_ACTION_BOX_BUTTON, 99 VIEW_ID_ACTION_BOX_BUTTON,
99 }; 100 };
100 101
101 #endif // CHROME_BROWSER_UI_VIEW_IDS_H_ 102 #endif // CHROME_BROWSER_UI_VIEW_IDS_H_
102
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698