| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index a2c93f30ceee953cc807934c33828afd28e15311..e367e63b5b3797d342e819d3a0debf300aa8e311 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -464,11 +464,6 @@ const char kForceCompositingMode[] = "force-compositing-mode";
|
| // via field trials.
|
| const char kDisableForceCompositingMode[] = "disable-force-compositing-mode";
|
|
|
| -// Enable the synchronous renderer compositor API. See
|
| -// ContentRendererClient::DidCreateSynchronousCompositor()
|
| -const char kEnableSynchronousRendererCompositor[] =
|
| - "enable-synchronous-renderer-compositor";
|
| -
|
| // Some field trials may be randomized in the browser, and the randomly selected
|
| // outcome needs to be propagated to the renderer. For instance, this is used
|
| // to modify histograms recorded in the renderer, or to get the renderer to
|
|
|