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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_feedback/feedback.html
diff --git a/chrome/browser/resources/md_feedback/feedback.html b/chrome/browser/resources/md_feedback/feedback.html
index 0ebeca61695ae12db68e6d4dc21dabd147f8a072..665dca7b500fe1e91d21f53696e36ab51e0fe50f 100644
--- a/chrome/browser/resources/md_feedback/feedback.html
+++ b/chrome/browser/resources/md_feedback/feedback.html
@@ -1,15 +1,17 @@
<!DOCTYPE HTML>
<html dir="$i18n{textdirection}" lang="$i18n{language}">
-<html>
<head>
<meta charset="utf-8">
+ <link rel="import" href="chrome://resources/html/cr.html">
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<link rel="import" href="chrome://resources/html/load_time_data.html">
- <script src="strings.js"></script>
+ <link rel="import" href="chrome://resources/html/util.html">
+ <script src="chrome://feedback/strings.js"></script>
+ <script src="chrome://feedback/feedback.js"></script>
<link rel="import" href="feedback_container.html">
</head>
<body>
- <feedback-container></feedback-container>
+ <feedback-container id="container"></feedback-container>
</body>
</html>
« 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