| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index e0d979f7c4c8380e34b2ef9d22eb335091d71cb8..3cd230210a38372c9cdf85ef036869a9394acaf2 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -232,10 +232,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";
|
|
|
|
|