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

Unified Diff: third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/iron-checked-element-behavior.html

Issue 1336623003: [MD settings] updating polymer to 1.1.13 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changed Polymer.IronCheckedElementBehavior name 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-checked-element-behavior/iron-checked-element-behavior.html
diff --git a/third_party/polymer/v1_0/components-chromium/iron-input/iron-input.html b/third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/iron-checked-element-behavior.html
similarity index 78%
copy from third_party/polymer/v1_0/components-chromium/iron-input/iron-input.html
copy to third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/iron-checked-element-behavior.html
index 52cead08d27c72ceae9e58271776dba129ded8f3..ba18b4ad80a5fd441fce2f076b77a7feba947f95 100644
--- a/third_party/polymer/v1_0/components-chromium/iron-input/iron-input.html
+++ b/third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/iron-checked-element-behavior.html
@@ -8,5 +8,6 @@ Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
--><html><head><link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../iron-validatable-behavior/iron-validatable-behavior.html">
+<link rel="import" href="../iron-form-element-behavior/iron-form-element-behavior.html">
-</head><body><script src="iron-input-extracted.js"></script></body></html>
+</head><body><script src="iron-checked-element-behavior-extracted.js"></script></body></html>

Powered by Google App Engine
This is Rietveld 408576698