| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 2122084d6a8de346230e49adbe0f05f26d37c29b..c03bd5f68dad56759469d8674c4b1dbf4392dd45 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[];
|
| +#endif
|
| +
|
| bool AboutInSettingsEnabled();
|
| bool ExtensionsDisabled(const base::CommandLine& command_line);
|
| bool MdFeedbackEnabled();
|
|
|