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

Unified Diff: public/web/WebMenuItemInfo.h

Issue 889343002: Added a test for icon attribute values with leading/trailing spaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added a comment to icon string 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 | « LayoutTests/http/tests/misc/custom-context-menu-expected.txt ('k') | 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 11525bcf121bef836e50e9f0221c93eef89fa978..25180a89d2debded294ae184c7f31ca49979a278 100644
--- a/public/web/WebMenuItemInfo.h
+++ b/public/web/WebMenuItemInfo.h
@@ -58,6 +58,7 @@ struct WebMenuItemInfo {
}
WebString label;
+ // "icon" provides absolute URL of an image that repesents the command.
WebString icon;
WebString toolTip;
Type type;
« no previous file with comments | « LayoutTests/http/tests/misc/custom-context-menu-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698