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

Unified Diff: views/controls/menu/menu_item_view.h

Issue 2832106: Add view class names to some classes used in the Wrench menu. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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/button/text_button.cc ('k') | views/controls/menu/menu_item_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/menu/menu_item_view.h
===================================================================
--- views/controls/menu/menu_item_view.h (revision 54553)
+++ views/controls/menu/menu_item_view.h (working copy)
@@ -6,6 +6,8 @@
#define VIEWS_CONTROLS_MENU_MENU_ITEM_VIEW_H_
#pragma once
+#include <string>
+
#if defined(OS_WIN)
#include <windows.h>
#endif
@@ -54,6 +56,9 @@
public:
friend class MenuController;
+ // The menu item view's class name.
+ static const char kViewClassName[];
+
// ID used to identify menu items.
static const int kMenuItemViewID;
@@ -265,6 +270,8 @@
// Creates a MenuItemView. This is used by the various AddXXX methods.
MenuItemView(MenuItemView* parent, int command, Type type);
+ virtual std::string GetClassName() const;
+
private:
// Calculates all sizes that we can from the OS.
//
« no previous file with comments | « views/controls/button/text_button.cc ('k') | views/controls/menu/menu_item_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698