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

Unified Diff: chrome/browser/resources/options/options.js

Issue 6059006: [tabbed options] tidy up some bits of content settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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/options/options.js
diff --git a/chrome/browser/resources/options/options.js b/chrome/browser/resources/options/options.js
index 4235eb517bc316204c6c0d2e6d10d6caabdc5fce..c8aa731d06067f59254a7d1d283f9ea1c807b459 100644
--- a/chrome/browser/resources/options/options.js
+++ b/chrome/browser/resources/options/options.js
@@ -158,6 +158,8 @@ function load() {
// Allow platform specific CSS rules.
if (cr.isMac)
document.documentElement.setAttribute('os', 'mac');
+ if (cr.isLinux)
+ document.documentElement.setAttribute('toolkit', 'gtk');
if (cr.isViews)
document.documentElement.setAttribute('toolkit', 'views');
}

Powered by Google App Engine
This is Rietveld 408576698