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

Unified Diff: third_party/polymer/v1_0/components-chromium/iron-iconset-svg/iron-iconset-svg-extracted.js

Issue 1342033002: Add tooltips to cr-policy-indicator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_521791_settings_policy_1
Patch Set: . Created 5 years, 3 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: third_party/polymer/v1_0/components-chromium/iron-iconset-svg/iron-iconset-svg-extracted.js
diff --git a/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/iron-iconset-svg-extracted.js b/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/iron-iconset-svg-extracted.js
index a020ee47c5e7968ccf876bdc981f790cfbda3ccb..afe447e946efbe0f69a049d66ad79bd3c2e81518 100644
--- a/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/iron-iconset-svg-extracted.js
+++ b/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/iron-iconset-svg-extracted.js
@@ -32,7 +32,7 @@
* @element iron-iconset-svg
* @demo demo/index.html
*/
- Polymer({
+ Polymer.IronIconsetSvg = Polymer({
stevenjb 2015/09/18 22:40:15 I have a pull request to fix this here: https://gi
michaelpg 2015/09/19 03:04:08 yes, add it to the chromium.patch referenced in sr
michaelpg 2015/09/22 23:57:46 i just discovered this: @type {IronIconsetSvgElem
stevenjb 2015/09/23 18:46:24 Removed as per discussion.
is: 'iron-iconset-svg',
@@ -174,4 +174,4 @@
return null;
}
- });
+ });

Powered by Google App Engine
This is Rietveld 408576698