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

Unified Diff: chrome/browser/about_flags.cc

Issue 2441043002: [linux] Allow font to use below 1.0f scale (Closed)
Patch Set: Allow font to use below 1.0f scale Created 4 years, 2 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/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 637e78a22e4d66efe7f6bd1f2f313d191d3fabf6..683bf133c695a3d7580f035ea331636e8a666601 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2068,6 +2068,11 @@ const FeatureEntry kFeatureEntries[] = {
// NOTE: Adding new command-line switches requires adding corresponding
// entries to enum "LoginCustomFlags" in histograms.xml. See note in
// histograms.xml and don't forget to run AboutFlagsHistogramTest unit test.
+#if defined(OS_LINUX)
+ {"enable-xdpi-for-dsf", IDS_FLAGS_ENABLE_XDPI_FOR_DSF_NAME,
+ IDS_FLAGS_ENABLE_XDPI_FOR_DSF_DESCRIPTION, kOsLinux,
+ SINGLE_VALUE_TYPE(switches::kEnableXDpiForDsf)},
+#endif // OS_LINUX
};
class FlagsStateSingleton {

Powered by Google App Engine
This is Rietveld 408576698