Chromium Code Reviews| Index: chrome/browser/resources/options/personal_options.html |
| diff --git a/chrome/browser/resources/options/personal_options.html b/chrome/browser/resources/options/personal_options.html |
| index 7f77e4716f8a7f8f4b6ec159f70ec42d32e4c19b..1a316c487944abed5be77187f0d31f4914d99d08 100644 |
| --- a/chrome/browser/resources/options/personal_options.html |
| +++ b/chrome/browser/resources/options/personal_options.html |
| @@ -103,7 +103,7 @@ |
| </div> |
| </section> |
| </if> |
| -<if expr="not pp_ifdef('toolkit_views') and (os == 'linux2' or os.find('bsd') != -1)"> |
| +<if expr="not pp_ifdef('toolkit_views') and (os == 'linux2' or os.find('bsd') != -1 or os == 'sunos5')"> |
| <section> |
| <h3 i18n-content="appearance"></h3> |
| <div> |