| 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..2fd58f19347cb7a2bb37ce67532af305ff1ad2c8 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 kNumWorkerThreads[] = "num-worker-threads";
|
|
|
| // Override the behavior of plugin throttling for testing.
|
| // By default the throttler is only enabled for a hard-coded list of plugins.
|
|
|