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

Unified Diff: chrome/browser/resources/md_feedback/feedback_container.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
Index: chrome/browser/resources/md_feedback/feedback_container.html
diff --git a/chrome/browser/resources/md_feedback/feedback_container.html b/chrome/browser/resources/md_feedback/feedback_container.html
index acb0772dd82f0855301bad1b7a44c57d72383d13..aa1596c16429120447aa7d83ab9f5b9d6200b830 100644
--- a/chrome/browser/resources/md_feedback/feedback_container.html
+++ b/chrome/browser/resources/md_feedback/feedback_container.html
@@ -20,8 +20,8 @@
</div>
<div>
<paper-textarea label="$i18n{openEndedLabel}"></paper-textarea>
- <paper-input label="$i18n{urlLabel}"></paper-input>
- <paper-input label="$i18n{emailLabel}"></paper-input>
+ <paper-input label="$i18n{urlLabel}" placeholder="[[url]]"></paper-input>
+ <paper-input label="$i18n{emailLabel}" placeholder="[[email]]"></paper-input>
</div>
<div>
<paper-checkbox>$i18n{includeScreenshotLabel}</paper-checkbox>
@@ -30,7 +30,7 @@
<paper-checkbox>$i18n{sendSystemInfoLabel}</paper-checkbox>
</div>
<div>
- <span>[[getPrivacyNote_()]]</span>
+ <span id="privacyNote"></span>
</div>
<div>
<paper-button>$i18n{cancelButton}</paper-button>
@@ -38,4 +38,4 @@
</div>
</template>
<script src="feedback_container.js"></script>
-</dom-module>
+</dom-module>
« no previous file with comments | « chrome/browser/resources/md_feedback/feedback.js ('k') | chrome/browser/resources/md_feedback/feedback_container.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698