Chromium Code Reviews| Index: chrome/browser/resources/options/browser_options.html |
| =================================================================== |
| --- chrome/browser/resources/options/browser_options.html (revision 189066) |
| +++ chrome/browser/resources/options/browser_options.html (working copy) |
| @@ -707,20 +707,35 @@ |
| </span> |
| </div> |
| </if> |
| +<if expr="not pp_ifdef('chromeos')"> |
| <div class="checkbox"> |
| <span class="controlled-setting-with-label"> |
| <input id="hardwareAccelerationModeCheckbox" |
| pref="hardware_acceleration_mode.enabled" type="checkbox"> |
| <span> |
| - <label for="hardwareAccelerationCheckbox" |
| + <label for="hardwareAccelerationModeCheckbox" |
| i18n-content="hardwareAccelerationModeCheckbox"> |
| </label> |
| + <span id="hardwareAccelerationModeChange"> |
|
Dan Beam
2013/03/20 22:17:55
IDs should use dash-form in new code, hardware-acc
Zhenyao Mo
2013/03/20 23:21:49
Done.
|
| + <label |
| + i18n-content="hardwareAccelerationModeChangeRestartPrefix"> |
| + </label> |
| + <a id="hardwareAccelerationModeChangeRestartLink" href="#" |
| + <label |
| + i18n-content="hardwareAccelerationModeChangeRestart"> |
| + </label> |
| + </a> |
| + <label |
| + i18n-content="hardwareAccelerationModeChangeRestartPostfix"> |
|
Dan Beam
2013/03/20 22:17:55
can you think of smaller names? also, shouldn't t
Zhenyao Mo
2013/03/20 23:21:49
Done.
|
| + </label> |
| + </span> |
| <span class="controlled-setting-indicator" |
| pref="hardware_acceleration_mode.enabled"> |
| </span> |
| </span> |
| </span> |
| </div> |
| +</if> |
| </section> |
| <section id="managed-user-settings-section" hidden> |
| <h3 i18n-content="managedUsersSectionTitle"></h3> |