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

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

Issue 3187010: dom-ui options: Add button for displaying Gears settings (windows only).... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebase to r56875. Created 10 years, 4 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/advanced_options.html
===================================================================
--- chrome/browser/resources/options/advanced_options.html (revision 56875)
+++ chrome/browser/resources/options/advanced_options.html (working copy)
@@ -77,6 +77,15 @@
</if>
<div><button id="fontSettingsConfigureFontsOnlyButton"
i18n-content="fontSettingsConfigureFontsOnlyButton"></button></div>
+<if expr="os == 'win32'">
+ <div>
+ <label style="display:inline;">
+ <span i18n-content="gearSettingsGroupName"></span>
+ <button id="gearSettingsConfigureGearsButton"
+ i18n-content="gearSettingsConfigureGearsButton"></button>
+ </label>
+ </div>
+</if>
</div>
</section>
<if expr="not pp_ifdef('chromeos')">
« no previous file with comments | « chrome/browser/dom_ui/advanced_options_handler.cc ('k') | chrome/browser/resources/options/advanced_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698