| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index f9b5801177ce6e5ce67172934ce1a224e3b09237..cec05df191bc14c114c1eebb9a38d91cb7671208 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -91,10 +91,6 @@ const char kDisableBackingStoreLimit[] = "disable-backing-store-limit";
|
| // features.
|
| const char kDisableBlinkFeatures[] = "disable-blink-features";
|
|
|
| -// Disable the Blink Scheduler. Ensures there's no reordering of blink tasks.
|
| -// This switch is intended only for performance tests.
|
| -const char kDisableBlinkScheduler[] = "disable-blink-scheduler";
|
| -
|
| // Disable the creation of compositing layers when it would prevent LCD text.
|
| const char kDisablePreferCompositingToLCDText[] =
|
| "disable-prefer-compositing-to-lcd-text";
|
|
|