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

Unified Diff: chrome/common/chrome_features.cc

Issue 2713023005: Fix some nits from r447440. (Closed)
Patch Set: rebase, git cl format Created 3 years, 9 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
« no previous file with comments | « chrome/browser/printing/pwg_raster_converter.cc ('k') | chrome/service/cloud_print/print_system_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_features.cc
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
index cb09f4cc2443f012208b0c327f55b88bf2849701..7e98d51e39b659fb91e6f66986f2cc63e86507ea 100644
--- a/chrome/common/chrome_features.cc
+++ b/chrome/common/chrome_features.cc
@@ -211,12 +211,12 @@ const base::Feature kOfflinePageDownloadSuggestionsFeature{
const base::Feature kPermissionsBlacklist{
"PermissionsBlacklist", base::FEATURE_DISABLED_BY_DEFAULT};
-// Enables postscript generation instead of emf when printing to postscript
+// Enables PostScript generation instead of EMF when printing to PostScript
// capable printers.
#if defined(OS_WIN)
const base::Feature kPostScriptPrinting{"PostScriptPrinting",
base::FEATURE_DISABLED_BY_DEFAULT};
-#endif // OS_WIN
+#endif
#if BUILDFLAG(ENABLE_PLUGINS)
// Prefer HTML content by hiding Flash from the list of plugins.
« no previous file with comments | « chrome/browser/printing/pwg_raster_converter.cc ('k') | chrome/service/cloud_print/print_system_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698