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

Unified Diff: views/view.h

Issue 119237: A new menu system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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 | « views/controls/menu/simple_menu_model.cc ('k') | views/view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/view.h
===================================================================
--- views/view.h (revision 17887)
+++ views/view.h (working copy)
@@ -1180,7 +1180,7 @@
// [0, registered_accelerator_count_) are already registered to FocusManager,
// and the rest are not yet.
scoped_ptr<std::vector<Accelerator> > accelerators_;
- int registered_accelerator_count_;
+ size_t registered_accelerator_count_;
// The menu controller.
ContextMenuController* context_menu_controller_;
« no previous file with comments | « views/controls/menu/simple_menu_model.cc ('k') | views/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698