Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(859)

Unified Diff: chrome/browser/resources/options/browser_options.html

Issue 12494033: Provide a link to restart chrome when changing gpu settings (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/browser_options.html
===================================================================
--- chrome/browser/resources/options/browser_options.html (revision 189678)
+++ chrome/browser/resources/options/browser_options.html (working copy)
@@ -707,20 +707,22 @@
</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 class="controlled-setting-indicator"
- pref="hardware_acceleration_mode.enabled">
+ <span id="gpu-mode-reset-restart"
+ i18n-values=".innerHTML:gpuModeResetRestart">
</span>
</span>
</span>
</div>
+</if>
</section>
<section id="managed-user-settings-section" hidden>
<h3 i18n-content="managedUsersSectionTitle"></h3>

Powered by Google App Engine
This is Rietveld 408576698