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" |
+ <input id="gpu-mode-checkbox" |
pref="hardware_acceleration_mode.enabled" type="checkbox"> |
<span> |
- <label for="hardwareAccelerationCheckbox" |
- i18n-content="hardwareAccelerationModeCheckbox"> |
+ <label for="gpu-mode-checkbox" |
+ i18n-content="gpuModeCheckbox"> |
</label> |
+ <span id="gpu-mode-reset-restart"> |
Dan Beam
2013/03/21 02:03:52
<span id="gpu-mode-reset-restart"
i18n-values=
Zhenyao Mo
2013/03/21 21:52:53
Done.
|
+ <label |
+ i18n-content="gpuModeResetRestartPrefix"> |
+ </label> |
+ <a id="gpu-mode-reset-restart-link" href="#" |
+ <label |
+ i18n-content="gpuModeResetRestart"> |
+ </label> |
+ </a> |
+ <label |
+ i18n-content="gpuModeResetRestartSuffix"> |
+ </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> |