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

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 hcarmona@'s comments. 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 dir="$i18n{textdirection}" lang="$i18n{language}">
2 <html> 3 <html>
3 <head> 4 <head>
5 <meta charset="utf-8">
6
7 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
8 <link rel="import" href="chrome://resources/html/load_time_data.html">
9 <script src="strings.js"></script>
10 <link rel="import" href="feedback_container.html">
4 </head> 11 </head>
5 <body> 12 <body>
6 Feedback 13 <feedback-container></feedback-container>
7 </body> 14 </body>
8 </html> 15 </html>
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/md_feedback/feedback_container.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698