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

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

Issue 1030963003: Use networkingPrivate types in JS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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_onc/cr_onc_data.html b/ui/webui/resources/cr_elements/cr_onc/cr_onc_data.html
index 5fed3abc7afdce2d1d0ed8e7b491732bb45d34d4..471718c557b8d765c48b4b6f1807ee35eedb4868 100644
--- a/ui/webui/resources/cr_elements/cr_onc/cr_onc_data.html
+++ b/ui/webui/resources/cr_elements/cr_onc/cr_onc_data.html
@@ -1,7 +1,5 @@
<link rel="import" href="chrome://resources/polymer/polymer/polymer.html">
-<script src="cr_onc_types.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