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

Unified Diff: chrome/browser/resources/settings/demo.html

Issue 986843002: Scaffold for MD-Settings, inside chrome://md-settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Expand scaffold and add to chrome://md-settings (point of this CL) 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: chrome/browser/resources/settings/demo.html
diff --git a/chrome/browser/resources/settings/demo.html b/chrome/browser/resources/settings/demo.html
new file mode 100644
index 0000000000000000000000000000000000000000..0342e23394d8371432f0e9568867dca02003a64c
--- /dev/null
+++ b/chrome/browser/resources/settings/demo.html
@@ -0,0 +1,10 @@
+<!doctype html>
+<html>
+ <head>
+ <link rel="import" href="settings.html">
+ <link rel="stylesheet" href="demo.css">
+ </head>
+ <body>
+ <cr-settings></cr-settings>
+ </body>
+</html>
« no previous file with comments | « chrome/browser/resources/settings/demo.css ('k') | chrome/browser/resources/settings/dummy_page/dummy_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698