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

Unified Diff: content/common/content_switches_internal.cc

Issue 1729233003: Enable use-zoom-for-dsf by default on chromeos (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « no previous file | content/renderer/render_view_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/content_switches_internal.cc
diff --git a/content/common/content_switches_internal.cc b/content/common/content_switches_internal.cc
index cdc72d2ff63cd6a2bff286b0b10f6ef403a7f829..9200e7fad278c617600cddd0f2c9625559ebef9a 100644
--- a/content/common/content_switches_internal.cc
+++ b/content/common/content_switches_internal.cc
@@ -16,10 +16,6 @@
#include "ui/gfx/win/direct_write.h"
#endif
-#if defined(OS_CHROMEOS)
-#include "base/sys_info.h"
-#endif
-
namespace content {
namespace {
@@ -30,9 +26,7 @@ static bool g_win32k_renderer_lockdown_disabled = false;
bool IsUseZoomForDSFEnabledByDefault() {
#if defined(OS_CHROMEOS)
- // TODO(oshima): Device emulation needs to be fixed to pass
- // all tests on bots. crbug.com/584709.
- return base::SysInfo::IsRunningOnChromeOS();
+ return true;
#else
return false;
#endif
« no previous file with comments | « no previous file | content/renderer/render_view_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698