| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index bf5d0c1f399e402aba56691b593a1990ef7827f3..aaa42e227b230ea7d7616dbd7dfdb436994937d3 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -820,11 +820,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";
|
|
|
|
|