diff options
Diffstat (limited to 'content/public/common/content_switches.cc')
-rw-r--r-- | content/public/common/content_switches.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc index 208e4e1..8929515 100644 --- a/content/public/common/content_switches.cc +++ b/content/public/common/content_switches.cc @@ -437,11 +437,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 |