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

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: Address michaelpg@'s comment. 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
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f04d655ad304fc3c1872455027dad38642db521e..07c781cccab39b7d6c45eba5e4d3cd7555292f0c 100644
--- a/chrome/browser/ui/webui/print_preview/print_preview_ui.cc
+++ b/chrome/browser/ui/webui/print_preview/print_preview_ui.cc
@@ -409,8 +409,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);
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698