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

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

Issue 9580023: Enable user change background image in settings page in Aura build. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: More refactor Created 8 years, 10 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/options2/browser_options.html
diff --git a/chrome/browser/resources/options2/browser_options.html b/chrome/browser/resources/options2/browser_options.html
index c19e10147618b30e04335a1a40c2358c7a4be168..bf109efe1dd2f11600a13601f2f356676e721804 100644
--- a/chrome/browser/resources/options2/browser_options.html
+++ b/chrome/browser/resources/options2/browser_options.html
@@ -98,21 +98,22 @@
</if>
<section>
<h3 i18n-content="sectionTitleAppearance"></h3>
-<if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx">
<div>
+<if expr="pp_ifdef('use_aura')">
+ <button id="set-wallpaper" i18n-content="setWallpaper"></button>
+</if>
+<if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx">
<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>
</if>
<if expr="pp_ifdef('toolkit_views') or is_win or is_macosx">
- <div>
<button id="themes-gallery" i18n-content="themesGallery"></button>
<button id="themes-reset" i18n-content="themesReset"></button>
- </div>
</if>
+ </div>
<div class="settings-row">
<span i18n-content="homePage"></span>
<select id="home-page-select">

Powered by Google App Engine
This is Rietveld 408576698