Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / third_party / polymer / v1_0 / components-chromium / paper-item / paper-icon-item-extracted.js
blob75cbc7ddf87c54d6ab13c71995de274a67eee430
3 (function() {
5 Polymer({
7 is: 'paper-icon-item',
9 hostAttributes: {
10 'role': 'listitem'
13 });
15 })();