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

Side by Side Diff: chrome/browser/resources/md_feedback/feedback.html

Issue 2039593002: [Md Feedback] Add initial content/strings to feedback-container element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes per dbeam@'s comments. Rebase. Created 4 years, 6 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection;lang:language">
2 <html> 3 <html>
3 <head> 4 <head>
5 <meta charset="utf-8">
6
7 <link rel="stylesheet" href="chrome://resources/css/roboto.css">
8 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
Dan Beam 2016/06/09 19:03:39 fwiw: text_defaults_md.css already imports roboto.
apacible 2016/06/09 21:01:35 Done.
9 <link rel="import" href="chrome://resources/html/load_time_data.html">
10 <script src="strings.js"></script>
11 <link rel="import" href="feedback_container.html">
4 </head> 12 </head>
5 <body> 13 <body>
6 Feedback 14 <feedback-container></feedback-container>
15 <link rel="import" href="chrome://resources/html/i18n_template.html">
Dan Beam 2016/06/09 19:03:39 do you need i18n_template.html now? I don't think
apacible 2016/06/09 21:01:35 Done.
7 </body> 16 </body>
8 </html> 17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698