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