Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index bdc9f566b95ba52165f64008909ab68bef3a49f5..1747428ae9ed723e27df0c3ee1f4e105c2d79893 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -237,6 +237,10 @@ 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"; |