Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!doctype html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <link href="downloads_page.html" rel="import"> | |
| 5 </head> | |
| 6 <body unresolved> | |
| 7 <cr-settings-prefs></cr-settings-prefs> | |
| 8 <cr-settings-downloads-page></cr-settings-downloads-page> | |
| 9 <script> | |
| 10 var page = document.querySelector('cr-settings-downloads-page'); | |
|
Jeremy Klein
2015/03/06 20:01:17
Note: You'll need to pull this out into a separate
Oren Blasberg
2015/03/06 21:40:25
Done.
| |
| 11 page.prefs = document.querySelector('cr-settings-prefs'); | |
| 12 </script> | |
| 13 </body> | |
| 14 </html> | |
| OLD | NEW |