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

Unified Diff: ui/webui/resources/cr_elements/cr_onc/cr_onc_data.html

Issue 874283006: Add custom Polymer network icon element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + Elim extra div in icon Created 5 years, 10 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_onc/cr_onc_data.html
diff --git a/ui/webui/resources/cr_elements/cr_events/cr_events.html b/ui/webui/resources/cr_elements/cr_onc/cr_onc_data.html
similarity index 54%
copy from ui/webui/resources/cr_elements/cr_events/cr_events.html
copy to ui/webui/resources/cr_elements/cr_onc/cr_onc_data.html
index 0040baa656a76f56bbc2bb3795432bbb9435dcb8..471718c557b8d765c48b4b6f1807ee35eedb4868 100644
--- a/ui/webui/resources/cr_elements/cr_events/cr_events.html
+++ b/ui/webui/resources/cr_elements/cr_onc/cr_onc_data.html
@@ -1,5 +1,5 @@
<link rel="import" href="chrome://resources/polymer/polymer/polymer.html">
-<polymer-element name="cr-events">
- <script src="cr_events.js"></script>
+<polymer-element name="cr-onc-data">
+ <script src="cr_onc_data.js"></script>
</polymer-element>

Powered by Google App Engine
This is Rietveld 408576698