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

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

Issue 2190653003: [Md Feedback] Add initial data population for dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 3 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 dir="$i18n{textdirection}" lang="$i18n{language}">
3 <html> 3 <html>
afakhry 2016/09/14 01:48:15 Two <html> tags?
apacible 2016/09/14 17:53:20 Removed.
4 <head> 4 <head>
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 6
7 <link rel="import" href="chrome://resources/html/cr.html">
7 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> 8 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
8 <link rel="import" href="chrome://resources/html/load_time_data.html"> 9 <link rel="import" href="chrome://resources/html/load_time_data.html">
9 <script src="strings.js"></script> 10 <link rel="import" href="chrome://resources/html/util.html">
11 <script src="chrome://feedback/strings.js"></script>
12 <script src="chrome://feedback/feedback.js"></script>
10 <link rel="import" href="feedback_container.html"> 13 <link rel="import" href="feedback_container.html">
11 </head> 14 </head>
12 <body> 15 <body>
13 <feedback-container></feedback-container> 16 <feedback-container id="container"></feedback-container>
14 </body> 17 </body>
15 </html> 18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698