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

Unified Diff: chrome/browser/resources/shared/css/chrome_shared2.css

Issue 10006028: Plugins page in BWSI session has unnecessary and misleading UI components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit fix Created 8 years, 8 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
Index: chrome/browser/resources/shared/css/chrome_shared2.css
diff --git a/chrome/browser/resources/shared/css/chrome_shared2.css b/chrome/browser/resources/shared/css/chrome_shared2.css
index c5faaf18f589490bc75a2b6f203e6a8081df90b5..af421fa071194fead4d2c3e3870509e9397f3277 100644
--- a/chrome/browser/resources/shared/css/chrome_shared2.css
+++ b/chrome/browser/resources/shared/css/chrome_shared2.css
@@ -7,6 +7,9 @@
* replace, but has CSS specific to options and options-like pages. */
@import url("chrome://resources/css/widgets.css");
+<if expr="pp_ifdef('chromeos')">
+ @import url("chrome://resources/css/chromeos/ui_account_tweaks.css");
+</if>
/* Prevent CSS from overriding the hidden property. */
[hidden] {
« no previous file with comments | « chrome/browser/resources/plugins.js ('k') | chrome/browser/resources/shared/css/chromeos/ui_account_tweaks.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698