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

Unified Diff: ui/webui/resources/cr_elements/cr_checkbox/cr_checkbox.html

Issue 1215543002: Remove Polymer 0.5. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit test Created 5 years, 6 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: ui/webui/resources/cr_elements/cr_checkbox/cr_checkbox.html
diff --git a/ui/webui/resources/cr_elements/cr_checkbox/cr_checkbox.html b/ui/webui/resources/cr_elements/cr_checkbox/cr_checkbox.html
deleted file mode 100644
index 3bf47fd41c8783584e742289fb08286a450d42b0..0000000000000000000000000000000000000000
--- a/ui/webui/resources/cr_elements/cr_checkbox/cr_checkbox.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<link rel="import"
- href="chrome://resources/polymer/paper-checkbox/paper-checkbox.html">
-<link rel="import"
- href="chrome://resources/cr_elements/cr_events/cr_events.html">
-
-<polymer-element name="cr-checkbox">
- <template>
- <link rel="stylesheet" href="cr_checkbox.css">
- <cr-events id="events"></cr-events>
- <paper-checkbox id="checkbox"
- checked="{{checked}}" disabled="{{disabled}}" label="{{label}}">
- </paper-checkbox>
- </template>
- <script src="cr_checkbox.js"></script>
-</polymer-element>
« no previous file with comments | « ui/webui/resources/cr_elements/cr_checkbox/cr_checkbox.css ('k') | ui/webui/resources/cr_elements/cr_checkbox/cr_checkbox.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698