| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 0fc9e87686e19d7c98ccaf1fde72cace26e97b0b..43bbe32b1b0ea01925aaf969e2878c7ae444738d 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";
|
|
|
|
|