Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 0c4d6bac386e8fe39341c66bccd8a02f0547c2b0..9cf840fd145dd9301a053a6cd7287b4282d19927 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -249,6 +249,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"; |
+ |
// Disables site-specific tailoring to compatibility issues in WebKit. |
const char kDisableSiteSpecificQuirks[] = "disable-site-specific-quirks"; |