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

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

Issue 12593005: Add a user pref in Settings to disable all GPU features. (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
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/ui/webui/options/browser_options_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/browser_options.html
===================================================================
--- chrome/browser/resources/options/browser_options.html (revision 186737)
+++ chrome/browser/resources/options/browser_options.html (working copy)
@@ -689,9 +689,9 @@
</section>
</if>
</if>
+ <section id="system-section">
+ <h3 i18n-content="advancedSectionTitleSystem"></h3>
<if expr="not is_macosx and not pp_ifdef('chromeos')">
- <section id="background-section">
- <h3 i18n-content="advancedSectionTitleBackground"></h3>
<div class="checkbox">
<span class="controlled-setting-with-label">
<input id="backgroundModeCheckbox" pref="background_mode.enabled"
@@ -706,8 +706,22 @@
</span>
</span>
</div>
+</if>
+ <div class="checkbox">
+ <span class="controlled-setting-with-label">
+ <input id="hardwareAccelerationModeCheckbox"
+ pref="hardware_acceleration_mode.enabled" type="checkbox">
+ <span>
+ <label for="hardwareAccelerationCheckbox"
+ i18n-content="hardwareAccelerationModeCheckbox">
+ </label>
+ <span class="controlled-setting-indicator"
+ pref="hardware_acceleration_mode.enabled">
+ </span>
+ </span>
+ </span>
+ </div>
</section>
-</if>
<section id="managed-user-settings-section" hidden>
<h3 i18n-content="managedUsersSectionTitle"></h3>
<button id="open-managed-user-settings-button"
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/ui/webui/options/browser_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698