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

Side by Side Diff: chrome/browser/resources/md_bookmarks/bookmarks.html

Issue 2450623002: [MD Bookmarks] Add skeleton for Material Design Bookmarks (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <html i18n-values="dir:textdirection;lang:language">
3 <head>
4 <meta name="google" value="notranslate">
5 <meta charset="utf-8">
6 <title i18n-content="title"></title>
7
8 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
9 <link rel="stylesheet" href="chrome://resources/css/md_colors.css">
10 </head>
11 <body>
12 </body>
13
14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698