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

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

Issue 2450623002: [MD Bookmarks] Add skeleton for Material Design Bookmarks (Closed)
Patch Set: address comments Created 4 years, 1 month 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
new file mode 100644
index 0000000000000000000000000000000000000000..0176d893e17e16b8039c4dc681fbcd5a3e54fc57
--- /dev/null
+++ b/chrome/browser/resources/md_bookmarks/bookmarks.html
@@ -0,0 +1,13 @@
+<!doctype html>
+<html dir="$i18n{textdirection}" lang="$i18n{language}">
+<head>
+ <meta charset="utf8">
+ <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">
+</head>
+<body>
+</body>
+
+</html>

Powered by Google App Engine
This is Rietveld 408576698