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

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

Issue 2450623002: [MD Bookmarks] Add skeleton for Material Design Bookmarks (Closed)
Patch Set: Created 4 years, 2 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
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>

Powered by Google App Engine
This is Rietveld 408576698