Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 23598b7ec5fc1e2e3eefc6d5615720661f218e41..1bc2a24ca3067f847094961ecf561f2dc2ac01be 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -245,10 +245,6 @@ |
// 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"; |