Commit 93d96d65 authored by rkc@chromium.org's avatar rkc@chromium.org

Change screenshots from default opt-in to default opt-out.

R=xiyuan@chromium.org
BUG=350484

Review URL: https://codereview.chromium.org/189833007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255719 0039d316-1c4b-4281-b951-d872f2087c98
parent e5e16b51
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<div id="attach-file-note" i18n-content="attach-file-note"></div> <div id="attach-file-note" i18n-content="attach-file-note"></div>
<!-- Screenshot --> <!-- Screenshot -->
<div id="screenshot-container" class="checkbox-field-container"> <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> <label id="screenshot-label" i18n-content="screenshot"></label>
<img id="screenshot-image" alt="screenshot"> <img id="screenshot-image" alt="screenshot">
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment