| 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>
|
|
|