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

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

Issue 10834194: Change email to be OPT-IN on Chrome and OPT-OUT on cros. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/feedback.html
diff --git a/chrome/browser/resources/feedback.html b/chrome/browser/resources/feedback.html
index 8aea42f6c78dab86026f13569823ed766a7f78ef..80e1da3f26d3b746e375316cf31f89f8d92644c5 100644
--- a/chrome/browser/resources/feedback.html
+++ b/chrome/browser/resources/feedback.html
@@ -29,7 +29,7 @@
<!-- User e-mail -->
<div id="user-email" class="input-text-container checkbox">
<label>
- <input id="user-email-checkbox" type="checkbox" checked>
+ <input id="user-email-checkbox" type="checkbox">
<span id="user-email-label" i18n-content="user-email"></span>
</label>
<input id="user-email-text">
« no previous file with comments | « no previous file | chrome/browser/resources/feedback.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698