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

Unified Diff: public/web/WebMenuItemInfo.h

Issue 840453003: Prepare blink to support testing of icon attribute for <menuitem>. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebMenuItemInfo.h
diff --git a/public/web/WebMenuItemInfo.h b/public/web/WebMenuItemInfo.h
index 2b08f42917d6c9bbde8052a329fe477aec4ab65f..11525bcf121bef836e50e9f0221c93eef89fa978 100644
--- a/public/web/WebMenuItemInfo.h
+++ b/public/web/WebMenuItemInfo.h
@@ -58,6 +58,7 @@ struct WebMenuItemInfo {
}
WebString label;
+ WebString icon;
tkent 2015/02/02 00:35:41 This should have a comment explaining the content
WebString toolTip;
Type type;
unsigned action;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698