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

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

Issue 9212007: Settings: Bring Appearance section in line with mocks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Build fix. Created 8 years, 11 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/app/generated_resources.grd ('k') | chrome/browser/resources/options2/browser_options_page.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/browser_options.html
diff --git a/chrome/browser/resources/options2/browser_options.html b/chrome/browser/resources/options2/browser_options.html
index 4f295b820038472623053702176d53ec845f435a..dafa99b52008c93cd8063e82ff564469be5a0faa 100644
--- a/chrome/browser/resources/options2/browser_options.html
+++ b/chrome/browser/resources/options2/browser_options.html
@@ -59,6 +59,23 @@
</section>
<section>
<h3 i18n-content="appearance"></h3>
+<if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx">
+ <div>
+ <div>
+ <button id="themes-gallery" i18n-content="themesGallery"></button>
+ <button id="themes-GTK-button"
+ i18n-content="themesGTKButton"></button>
+ <button id="themes-reset"
+ i18n-content="themesSetClassic"></button>
+ </div>
+ </div>
+</if>
+<if expr="pp_ifdef('toolkit_views') or os == 'win32' or os == 'darwin'">
+ <div>
+ <button id="themes-gallery" i18n-content="themesGallery"></button>
+ <button id="themes-reset" i18n-content="themesReset"></button>
+ </div>
+</if>
<div>
<div class="checkbox">
<input id="toolbarShowHomeButton" pref="browser.show_home_button"
@@ -77,27 +94,17 @@
<span i18n-content="toolbarShowBookmarksBar"></span>
</label>
</div>
- </div>
<if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx">
- <div>
- <div>
- <button id="themes-GTK-button"
- i18n-content="themesGTKButton"></button>
- <button id="themes-reset"
- i18n-content="themesSetClassic"></button>
- </div>
- <div id="themes-gallery-div">
- <a id="themes-gallery" i18n-content="themesGallery"
- i18n-values="href:themesGalleryURL" target="_blank"></a>
+ <div class="checkbox">
+ <label>
+ <input id="show-window-decorations" type="checkbox"
+ pref="browser.custom_chrome_frame" metric="Options_CustomFrame"
+ inverted_pref>
+ <span i18n-content="showWindowDecorations"></span>
+ </label>
</div>
- </div>
</if>
-<if expr="pp_ifdef('toolkit_views') or os == 'win32' or os == 'darwin'">
- <div>
- <button id="themes-gallery" i18n-content="themesGallery"></button>
- <button id="themes-reset" i18n-content="themesReset"></button>
</div>
-</if>
</section>
<section>
<h3 i18n-content="defaultSearchGroupName"></h3>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options2/browser_options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698