diff options
Diffstat (limited to 'content/public/common/content_switches.cc')
-rw-r--r-- | content/public/common/content_switches.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc index 0fc9e87..43bbe32 100644 --- a/content/public/common/content_switches.cc +++ b/content/public/common/content_switches.cc @@ -246,10 +246,6 @@ const char kDisableSetuidSandbox[] = "disable-setuid-sandbox"; // Disable shared workers. const char kDisableSharedWorkers[] = "disable-shared-workers"; -// For tests, disable single thread scheduler and only manually composite. -const char kDisableSingleThreadProxyScheduler[] = - "disable-single-thread-proxy-scheduler"; - // Disable smooth scrolling for testing. const char kDisableSmoothScrolling[] = "disable-smooth-scrolling"; |