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

Unified Diff: chrome/browser/ui/webui/print_preview/print_preview_ui.cc

Issue 2464403003: [CUPS] Implement the "Printers" section in chrome://settings. (Closed)
Patch Set: . Created 4 years, 1 month 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/ui/webui/print_preview/print_preview_ui.cc
diff --git a/chrome/browser/ui/webui/print_preview/print_preview_ui.cc b/chrome/browser/ui/webui/print_preview/print_preview_ui.cc
index f1560a55059801e174ec035f762e1046e51991c2..cdba55950574c2183092dba03c33bf250c0f1e98 100644
--- a/chrome/browser/ui/webui/print_preview/print_preview_ui.cc
+++ b/chrome/browser/ui/webui/print_preview/print_preview_ui.cc
@@ -408,8 +408,7 @@ content::WebUIDataSource* CreatePrintPreviewUISource() {
#if defined(OS_CHROMEOS)
bool cups_and_md_settings_enabled =
base::CommandLine::ForCurrentProcess()->HasSwitch(
- ::switches::kEnableNativeCups) &&
- base::FeatureList::IsEnabled(features::kMaterialDesignSettings);
+ ::switches::kEnableNativeCups);
source->AddBoolean("showLocalManageButton", cups_and_md_settings_enabled);
#else
source->AddBoolean("showLocalManageButton", true);

Powered by Google App Engine
This is Rietveld 408576698