| Index: content/common/content_switches_internal.cc
|
| diff --git a/content/common/content_switches_internal.cc b/content/common/content_switches_internal.cc
|
| index 9200e7fad278c617600cddd0f2c9625559ebef9a..5e73d4f3a493e0e2901aa859440397277f4b28a6 100644
|
| --- a/content/common/content_switches_internal.cc
|
| +++ b/content/common/content_switches_internal.cc
|
| @@ -25,11 +25,7 @@ static bool g_win32k_renderer_lockdown_disabled = false;
|
| #endif
|
|
|
| bool IsUseZoomForDSFEnabledByDefault() {
|
| -#if defined(OS_CHROMEOS)
|
| - return true;
|
| -#else
|
| return false;
|
| -#endif
|
| }
|
|
|
| } // namespace
|
|
|