OLD | NEW |
1 <div id="browserPage" class="page" hidden> | 1 <div id="browserPage" class="page" hidden> |
2 <h1 i18n-content="browserPage"></h1> | 2 <h1 i18n-content="browserPage"></h1> |
3 <div class="displaytable"> | 3 <div class="displaytable"> |
4 <section id="startupSection"> | 4 <section id="startupSection"> |
5 <h3 i18n-content="startupGroupName"></h3> | 5 <h3 i18n-content="startupGroupName"></h3> |
6 <div> | 6 <div> |
7 <div class="radio"> | 7 <div class="radio"> |
8 <label> | 8 <label> |
9 <input type="radio" name="startup" value="0" | 9 <input type="radio" name="startup" value="0" |
10 pref="session.restore_on_startup" | 10 pref="session.restore_on_startup" |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 </div> | 114 </div> |
115 </section> | 115 </section> |
116 <if expr="not pp_ifdef('chromeos')"> | 116 <if expr="not pp_ifdef('chromeos')"> |
117 <section> | 117 <section> |
118 <h3 i18n-content="defaultBrowserGroupName"></h3> | 118 <h3 i18n-content="defaultBrowserGroupName"></h3> |
119 <div> | 119 <div> |
120 <button id="defaultBrowserUseAsDefaultButton" | 120 <button id="defaultBrowserUseAsDefaultButton" |
121 i18n-content="defaultBrowserUseAsDefault"></button> | 121 i18n-content="defaultBrowserUseAsDefault"></button> |
122 <div id="defaultBrowserState" | 122 <div id="defaultBrowserState" |
123 i18n-content="defaultBrowserUnknown"></div> | 123 i18n-content="defaultBrowserUnknown"></div> |
| 124 <div id="autoLaunchOption" class="checkbox" hidden> |
| 125 <label> |
| 126 <input id="autoLaunch" type="checkbox"> |
| 127 <span i18n-content="autoLaunchText"></span> |
| 128 </input> |
| 129 </label> |
| 130 </div> |
124 </div> | 131 </div> |
125 </section> | 132 </section> |
126 </if> | 133 </if> |
127 </div> | 134 </div> |
128 </div> | 135 </div> |
OLD | NEW |