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

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

Issue 13853008: Set the attach file checkbox to checked when launched from an extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 » ('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 6eceee0e48d9f53e1f168d7921ee654f113722a9..f25910cf7a37c947eda93401b1b73c3ce5af8418 100644
--- a/chrome/browser/resources/feedback.html
+++ b/chrome/browser/resources/feedback.html
@@ -54,7 +54,7 @@
<div id="attach-file-custom-container" class="input-text-container checkbox"
hidden>
<label>
- <input id="attach-file-custom-checkbox" type="checkbox">
+ <input id="attach-file-custom-checkbox" type="checkbox" checked>
<span i18n-content="attach-file-label"></span>
</label>
<span id="attach-file-custom-name" ></span>
« 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