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

Unified Diff: chrome/browser/resources/feedback/html/default.html

Issue 2826563002: Feedback: User email section should only be visible when useful (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | chrome/browser/resources/feedback/js/feedback.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/feedback/html/default.html
diff --git a/chrome/browser/resources/feedback/html/default.html b/chrome/browser/resources/feedback/html/default.html
index 5b03af1326a503eb164299dabf05ee6ccc000f1d..debe0a53e2b4c81a0e8d2e427a49f179ef76716c 100644
--- a/chrome/browser/resources/feedback/html/default.html
+++ b/chrome/browser/resources/feedback/html/default.html
@@ -49,7 +49,7 @@
<input id="page-url-text" aria-labelledby="page-url-label" type="text">
</div>
<!-- User e-mail -->
- <div id="user-email" class="text-field-container">
+ <div id="user-email" class="text-field-container" hidden>
<label id="user-email-label" i18n-content="user-email"></label>
<select id="user-email-drop-down" aria-labelledby="user-email-label">
<option id="anonymous-user-option" value="anonymous_user"
« no previous file with comments | « no previous file | chrome/browser/resources/feedback/js/feedback.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698