Chromium Code Reviews| Index: chrome/browser/resources/md_bookmarks/bookmarks.html |
| diff --git a/chrome/browser/resources/md_bookmarks/bookmarks.html b/chrome/browser/resources/md_bookmarks/bookmarks.html |
| index 955f7fb2def17edcf558f74c6796d76d4e57e99b..685fb571462c20276611339883a1bb9638ddf5a2 100644 |
| --- a/chrome/browser/resources/md_bookmarks/bookmarks.html |
| +++ b/chrome/browser/resources/md_bookmarks/bookmarks.html |
| @@ -5,9 +5,6 @@ |
| <title>$i18n{title}</title> |
| <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> |
| <link rel="stylesheet" href="chrome://resources/css/md_colors.css"> |
| - <link rel="import" href="chrome://resources/html/load_time_data.html"> |
| - <script src="chrome://bookmarks/strings.js"></script> |
| - <link rel="import" href="chrome://bookmarks/app.html"> |
| <style> |
| html, |
| body { |
| @@ -19,5 +16,9 @@ |
| </head> |
| <body> |
| <bookmarks-app></bookmarks-app> |
| + |
| + <link rel="import" href="chrome://resources/html/load_time_data.html"> |
| + <script src="chrome://bookmarks/strings.js"></script> |
| + <link rel="import" href="chrome://bookmarks/app.html"> |
|
calamity
2017/05/29 07:26:51
Why does this have to move?
tsergeant
2017/05/30 00:35:51
It doesn't make much difference now, but putting t
|
| </body> |
| </html> |