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

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 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>

Powered by Google App Engine
This is Rietveld 408576698