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

Unified Diff: chrome/common/chrome_switches.h

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/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 2122084d6a8de346230e49adbe0f05f26d37c29b..1c2d97da247befb69640244e132e2ddd19152ba1 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -391,6 +391,10 @@ extern const char kDisableInputImeAPI[];
extern const char kEnableInputImeAPI[];
#endif
+#if defined(OS_LINUX)
+extern const char kEnableXDPIForDSF[];
Evan Stade 2016/10/25 15:21:14 nit: kEnableXDpiForDsf
oshima 2016/10/25 16:36:12 Done.
+#endif
+
bool AboutInSettingsEnabled();
bool ExtensionsDisabled(const base::CommandLine& command_line);
bool MdFeedbackEnabled();

Powered by Google App Engine
This is Rietveld 408576698