| OLD | NEW |
| (Empty) | |
| 1 <link rel="import" href="a11y_page/a11y_page.html"> |
| 2 <link rel="import" href="downloads_page/downloads_page.html"> |
| 3 <link rel="import" href="languages_page/languages_page.html"> |
| 4 <link rel="import" href="passwords_and_forms_page/passwords_and_forms_page.html"
> |
| 5 <link rel="import" href="printing_page/printing_page.html"> |
| 6 <link rel="import" href="privacy_page/privacy_page.html"> |
| 7 <link rel="import" href="reset_page/reset_page.html"> |
| 8 |
| 9 <if expr="chromeos"> |
| 10 <link rel="import" href="date_time_page/date_time_page.html"> |
| 11 </if> |
| 12 |
| 13 <if expr="not chromeos"> |
| 14 <link rel="import" href="system_page/system_page.html"> |
| 15 </if> |
| OLD | NEW |