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

Unified Diff: chrome/browser/resources/demo_ui/demo_ui.html

Issue 925333002: Demo UI made with a help of WUG toolkit (DO NOT SEND TO CQ). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: chrome/browser/resources/demo_ui/demo_ui.html
diff --git a/chrome/browser/resources/demo_ui/demo_ui.html b/chrome/browser/resources/demo_ui/demo_ui.html
new file mode 100644
index 0000000000000000000000000000000000000000..6392511ce4d47b3cdfec78a97d09cc2c462b468c
--- /dev/null
+++ b/chrome/browser/resources/demo_ui/demo_ui.html
@@ -0,0 +1,11 @@
+<!doctype html>
+<html>
+<head>
+ <script src="chrome://resources/js/load_time_data.js"></script>
+ <script src="chrome://demo/strings.js"></script>
+ <link rel="import" href="demo-element.html">
+</head>
+<body>
+ <demo-element wugid="WUG_ROOT"></demo-element>
+</body>
+</html>
« no previous file with comments | « chrome/browser/resources/demo_ui/demo-element.js ('k') | chrome/browser/resources/demo_ui/events/events-demo.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698