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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/settings/downloads_page/demo.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <link href="a11y_page.html" rel="import"> 4 <link href="downloads_page.html" rel="import">
5 <link href="../prefs/prefs.html" rel="import"> 5 <link href="../prefs/prefs.html" rel="import">
6 <script src="demo.js"></script> 6 <script src="demo.js"></script>
7 </head> 7 </head>
8 <body unresolved> 8 <body unresolved>
9 <cr-settings-prefs></cr-settings-prefs> 9 <cr-settings-prefs></cr-settings-prefs>
10 <cr-settings-a11y-page></cr-settings-a11y-page> 10 <cr-settings-downloads-page></cr-settings-downloads-page>
11 </body> 11 </body>
12 </html> 12 </html>
OLDNEW
« 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