| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 1740a34375e414b794d9cac1b04edb4f1b170bb2..dba3a7b9b071748599bd3a726b39ebc8d758a2bc 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -672,7 +672,6 @@ const char kNumRasterThreads[] = "num-raster-threads";
|
|
|
| // Override the behavior of plugin throttling for testing.
|
| // By default the throttler is only enabled for a hard-coded list of plugins.
|
| -// Set the value to 'ignore-list' to ignore the hard-coded list.
|
| // Set the value to 'always' to always throttle every plugin instance.
|
| const char kOverridePluginPowerSaverForTesting[] =
|
| "override-plugin-power-saver-for-testing";
|
|
|