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

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

Issue 10406016: Implement Action Box button (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 7 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
===================================================================
--- chrome/browser/ui/view_ids.h (revision 137178)
+++ chrome/browser/ui/view_ids.h (working copy)
@@ -75,7 +75,10 @@
// 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
+ VIEW_ID_PREDEFINED_COUNT,
+
+ // Plus button on location bar.
+ VIEW_ID_ACTION_BOX_BUTTON
};
#endif // CHROME_BROWSER_UI_VIEW_IDS_H_

Powered by Google App Engine
This is Rietveld 408576698