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

Unified Diff: content/public/common/menu_item.cc

Issue 805153005: Updating MakeMenuItemStringsFor() to test icon attribute of menuitems. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 11 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 | « content/public/common/menu_item.h ('k') | content/renderer/menu_item_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/menu_item.cc
diff --git a/content/public/common/menu_item.cc b/content/public/common/menu_item.cc
index 4ea06cfb2436760ffc776b289728b17635785c50..a379774d727d2c837bafeba5efbb583a620d899f 100644
--- a/content/public/common/menu_item.cc
+++ b/content/public/common/menu_item.cc
@@ -17,6 +17,7 @@ MenuItem::MenuItem()
MenuItem::MenuItem(const MenuItem& item)
: label(item.label),
+ icon(item.icon),
tool_tip(item.tool_tip),
type(item.type),
action(item.action),
« no previous file with comments | « content/public/common/menu_item.h ('k') | content/renderer/menu_item_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698