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

Unified Diff: chrome/browser/resources/options/personal_options.html

Issue 7181002: Remove references to 'linux2' from our grd files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: personal_options and gfx_resources Created 9 years, 6 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/browser/browser_resources.grd ('k') | ui/gfx/gfx_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2221a3dc617b459afbab8e86e8db90979e602c00..5869711ee67367e05a256909d11d970256b165c2 100644
--- a/chrome/browser/resources/options/personal_options.html
+++ b/chrome/browser/resources/options/personal_options.html
@@ -91,7 +91,7 @@
</div>
</section>
</if>
-<if expr="not pp_ifdef('toolkit_views') and (os == 'linux2' or os.find('bsd') != -1 or os == 'sunos5')">
+<if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx">
<section>
<h3 i18n-content="appearance"></h3>
<div>
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | ui/gfx/gfx_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698