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

Unified Diff: chrome/browser/resources/options/options_page.css

Issue 6541027: Small: Cloud print UI options fix. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments; clean up Created 9 years, 10 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/options/options_page.css
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css
index e3157d7e62baec3c1b58f42566786134afd7b22f..7f59a2bf81b415d9d8ed0c18c10adba34539aa1d 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -597,14 +597,6 @@ html[enable-background-mode=false] #background-mode-section {
display: none;
}
-html[enable-cloud-print-proxy=false] #cloud-print-proxy-section {
- display: none;
-}
-
-html[enable-cloud-print-proxy=true] #cloudPrintProxyManageButton {
- display: none;
-}
-
/* UI Controls */
/* Currently we can't make custom focus outlines look right on the Mac, so

Powered by Google App Engine
This is Rietveld 408576698