Index: chrome/browser/resources/options/browser_options.html |
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html |
index 6163060ee6f618fb61518c27f13ad3b0676dbb1a..f5e0769798d19861ca8408f62cd02bf1585a08db 100644 |
--- a/chrome/browser/resources/options/browser_options.html |
+++ b/chrome/browser/resources/options/browser_options.html |
@@ -31,14 +31,14 @@ |
<button id="set-wallpaper" i18n-content="setWallpaper" |
guest-visibility="disabled"></button> |
</if> |
-<if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx"> |
+<if expr="not pp_ifdef('chromeos') 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-Native-button" |
Evan Stade
2013/06/20 22:24:35
nit: no capitalization
|
+ i18n-content="themesNativeButton"></button> |
<button id="themes-reset" |
i18n-content="themesSetClassic"></button> |
</if> |
-<if expr="pp_ifdef('toolkit_views') or is_win or is_macosx"> |
+<if expr="pp_ifdef('chromeos') or is_win or is_macosx"> |
<button id="themes-gallery" i18n-content="themesGallery"></button> |
<button id="themes-reset" i18n-content="themesReset"></button> |
</if> |