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(); |