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

Unified Diff: ui/webui/resources/cr_elements/v1_0/cr_button/demo.html

Issue 1162963002: Revert "Rename polymer and cr_elements v0_8 to v1_0" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/v1_0/cr_button/demo.html
diff --git a/ui/webui/resources/cr_elements/v1_0/cr_button/demo.html b/ui/webui/resources/cr_elements/v1_0/cr_button/demo.html
deleted file mode 100644
index 585ca9593c9aefc88b7001a52fa4bf266b46be7d..0000000000000000000000000000000000000000
--- a/ui/webui/resources/cr_elements/v1_0/cr_button/demo.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!doctype html>
-<html>
-<head>
- <link href="cr_button.html" rel="import">
- <link href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.html" rel="import">
- <link href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.html" rel="import">
-</head>
-<body unresolved>
- <cr-button>Flat button</cr-button>
- <cr-button raised>Raised Button</cr-button>
- <cr-button disabled>Disabled Button</cr-button>
- <cr-button><iron-icon icon="mail"></iron-icon>&nbsp;Custom button</cr-button>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698