| Index: trunk/src/content/public/common/content_switches.cc
 | 
| ===================================================================
 | 
| --- trunk/src/content/public/common/content_switches.cc	(revision 287765)
 | 
| +++ trunk/src/content/public/common/content_switches.cc	(working copy)
 | 
| @@ -246,10 +246,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";
 | 
|  
 | 
| 
 |