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

Unified Diff: chrome/browser/resources/md_feedback/feedback_container.html

Issue 2163753003: [Md Feedback] Add the rest of existing strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Gate privacy note for official branded browsers. Created 4 years, 5 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/app/generated_resources.grd ('k') | chrome/browser/resources/md_feedback/feedback_container.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_container.html
diff --git a/chrome/browser/resources/md_feedback/feedback_container.html b/chrome/browser/resources/md_feedback/feedback_container.html
index 5f1029723e2b1b201e5c278ad6181808deef248d..acb0772dd82f0855301bad1b7a44c57d72383d13 100644
--- a/chrome/browser/resources/md_feedback/feedback_container.html
+++ b/chrome/browser/resources/md_feedback/feedback_container.html
@@ -1,5 +1,6 @@
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-checkbox.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-textarea.html">
<dom-module name="feedback-container">
@@ -23,6 +24,15 @@
<paper-input label="$i18n{emailLabel}"></paper-input>
</div>
<div>
+ <paper-checkbox>$i18n{includeScreenshotLabel}</paper-checkbox>
+ </div>
+ <div>
+ <paper-checkbox>$i18n{sendSystemInfoLabel}</paper-checkbox>
+ </div>
+ <div>
+ <span>[[getPrivacyNote_()]]</span>
+ </div>
+ <div>
<paper-button>$i18n{cancelButton}</paper-button>
<paper-button id="submit-button">$i18n{sendReportButton}</paper-button>
</div>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/md_feedback/feedback_container.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698