Chromium Code Reviews| Index: chrome/browser/resources/options/browser_options.html |
| =================================================================== |
| --- chrome/browser/resources/options/browser_options.html (revision 188856) |
| +++ chrome/browser/resources/options/browser_options.html (working copy) |
| @@ -707,20 +707,35 @@ |
| </span> |
| </div> |
| </if> |
| +<if expr="not pp_ifdef('chromeos')"> |
|
Zhenyao Mo
2013/03/19 19:13:39
This option also should be excluded in android, bu
|
| <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"> |
| + <label |
| + i18n-content="hardwareAccelerationModeChangeRestartPrefix"> |
| + </label> |
| + <a id="hardwareAccelerationModeChangeRestartLink" href="#" |
| + <label |
| + i18n-content="hardwareAccelerationModeChangeRestart"> |
| + </label> |
| + </a> |
| + <label |
| + i18n-content="hardwareAccelerationModeChangeRestartPostfix"> |
| + </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> |