| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index ea970343592a4158798124928569760745c743c9..26cbaaca665414a59bd20878757ae6d6a61a3b2d 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -665,7 +665,7 @@ const char kEnableAppContainer[] = "enable-appcontainer";
|
| const char kDisableAppContainer[] = "disable-appcontainer";
|
|
|
| // Number of worker threads used to rasterize content.
|
| -const char kNumRasterThreads[] = "num-raster-threads";
|
| +const char kNumCategorizedWorkerThreads[] = "num-categorized-worker-threads";
|
|
|
| // Override the behavior of plugin throttling for testing.
|
| // By default the throttler is only enabled for a hard-coded list of plugins.
|
|
|