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"; |
sky
2016/06/07 15:43:45
I am not familiar with this code, but given the co
prashant.n
2016/06/07 15:57:15
I'll change the comment. Basically these threads a
|
// Override the behavior of plugin throttling for testing. |
// By default the throttler is only enabled for a hard-coded list of plugins. |