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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..96af9cbf449a9066d0beecddc560ac4bbfb68aa0 |
--- /dev/null |
+++ b/chrome/browser/resources/md_bookmarks/bookmarks.html |
@@ -0,0 +1,14 @@ |
+<!doctype html> |
+<html i18n-values="dir:textdirection;lang:language"> |
+<head> |
+ <meta name="google" value="notranslate"> |
+ <meta charset="utf-8"> |
+ <title i18n-content="title"></title> |
+ |
+ <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> |
+ <link rel="stylesheet" href="chrome://resources/css/md_colors.css"> |
+</head> |
+<body> |
+</body> |
+ |
+</html> |