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 7491083: Implemented nicer battery status (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed unitialized ivars Created 9 years, 4 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: views/controls/menu/menu_item_view.h
diff --git a/views/controls/menu/menu_item_view.h b/views/controls/menu/menu_item_view.h
index 6a579797756fe321e874667dbee0d2f2b540251f..9d147b795bde7f23cd84160ba4d7308663587aed 100644
--- a/views/controls/menu/menu_item_view.h
+++ b/views/controls/menu/menu_item_view.h
@@ -334,6 +334,8 @@ class VIEWS_EXPORT MenuItemView : public View {
// Creates a MenuItemView. This is used by the various AddXXX methods.
MenuItemView(MenuItemView* parent, int command, Type type);
+ virtual void ChildPreferredSizeChanged(View* child) OVERRIDE;
+
virtual std::string GetClassName() const;
achuithb 2011/08/09 18:58:07 could you please also add an OVERRIDE to this func
DaveMoore 2011/08/12 21:03:11 Done.
private:

Powered by Google App Engine
This is Rietveld 408576698