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

Unified Diff: chrome/browser/resources/md_bookmarks/bookmarks.html

Issue 2907083002: MD Bookmarks: Vulcanize page to reduce load time (Closed)
Patch Set: Fix Created 3 years, 7 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
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>

Powered by Google App Engine
This is Rietveld 408576698