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

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

Issue 189833007: Change screenshots from default opt-in to default opt-out. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | no next file » | 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 b2e02e7c9341ba5d5b113d64657a198011a07dd7..dc1e6297d42e1eaf1771d037fd1ba7267cf750eb 100644
--- a/chrome/browser/resources/feedback/html/default.html
+++ b/chrome/browser/resources/feedback/html/default.html
@@ -48,7 +48,7 @@
<div id="attach-file-note" i18n-content="attach-file-note"></div>
<!-- Screenshot -->
<div id="screenshot-container" class="checkbox-field-container">
- <input id="screenshot-checkbox" type="checkbox" aria-labelledby="screenshot-label" checked>
+ <input id="screenshot-checkbox" type="checkbox" aria-labelledby="screenshot-label">
<label id="screenshot-label" i18n-content="screenshot"></label>
<img id="screenshot-image" alt="screenshot">
</div>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698