| Index: chrome/browser/resources/options2/browser_options.html
|
| ===================================================================
|
| --- chrome/browser/resources/options2/browser_options.html (revision 120769)
|
| +++ chrome/browser/resources/options2/browser_options.html (working copy)
|
| @@ -261,6 +261,12 @@
|
| </button>
|
| <div id="default-browser-state" i18n-content="defaultBrowserUnknown">
|
| </div>
|
| + <div id="auto-launch-option" class="checkbox" hidden>
|
| + <label id="auto-launch-label">
|
| + <input id="auto-launch" type="checkbox">
|
| + <span i18n-content="autoLaunchText"></span>
|
| + </label>
|
| + </div>
|
| </div>
|
| </section>
|
| </if>
|
|
|