| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index e54fa00b0d47a13598a5e3caeb1a489f1ceeac2b..3d6a24503d0cbecc0f661118fd5fdfd28a04ac32 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -857,11 +857,6 @@ const char kVideoImageTextureTarget[] = "video-image-texture-target";
|
| // Set when Chromium should use a mobile user agent.
|
| const char kUseMobileUserAgent[] = "use-mobile-user-agent";
|
|
|
| -// Use normal priority for tile task worker threads. Otherwise they may
|
| -// be run at background priority on some platforms.
|
| -const char kUseNormalPriorityForTileTaskWorkerThreads[] =
|
| - "use-normal-priority-for-tile-task-worker-threads";
|
| -
|
| // Use remote compositor for the renderer.
|
| const char kUseRemoteCompositing[] = "use-remote-compositing";
|
|
|
|
|