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

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

Issue 988783002: Add an initial implementation of the downloads MD settings page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to Michael's comments. 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/downloads_page/demo.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/downloads_page/demo.html
diff --git a/chrome/browser/resources/settings/a11y_page/demo.html b/chrome/browser/resources/settings/downloads_page/demo.html
similarity index 64%
copy from chrome/browser/resources/settings/a11y_page/demo.html
copy to chrome/browser/resources/settings/downloads_page/demo.html
index 7d6399f9b4311740a9ccf349af7d04b97d7cefa6..a9f45686035de17137be404c1f38b223a7dcc5df 100644
--- a/chrome/browser/resources/settings/a11y_page/demo.html
+++ b/chrome/browser/resources/settings/downloads_page/demo.html
@@ -1,12 +1,12 @@
<!doctype html>
<html>
<head>
- <link href="a11y_page.html" rel="import">
+ <link href="downloads_page.html" rel="import">
<link href="../prefs/prefs.html" rel="import">
<script src="demo.js"></script>
</head>
<body unresolved>
<cr-settings-prefs></cr-settings-prefs>
- <cr-settings-a11y-page></cr-settings-a11y-page>
+ <cr-settings-downloads-page></cr-settings-downloads-page>
</body>
</html>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/downloads_page/demo.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698