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

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: Changes per afakhry@'s comments (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>
4 <head> 3 <head>
5 <meta charset="utf-8"> 4 <meta charset="utf-8">
6 5
6 <link rel="import" href="chrome://resources/html/cr.html">
7 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> 7 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
8 <link rel="import" href="chrome://resources/html/load_time_data.html"> 8 <link rel="import" href="chrome://resources/html/load_time_data.html">
9 <script src="strings.js"></script> 9 <link rel="import" href="chrome://resources/html/util.html">
10 <script src="chrome://feedback/strings.js"></script>
11 <script src="chrome://feedback/feedback.js"></script>
10 <link rel="import" href="feedback_container.html"> 12 <link rel="import" href="feedback_container.html">
11 </head> 13 </head>
12 <body> 14 <body>
13 <feedback-container></feedback-container> 15 <feedback-container id="container"></feedback-container>
14 </body> 16 </body>
15 </html> 17 </html>
OLDNEW
« no previous file with comments | « chrome/browser/feedback/show_feedback_page.cc ('k') | chrome/browser/resources/md_feedback/feedback.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698