Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1986)

Unified Diff: content/public/common/content_switches.cc

Issue 2020243004: content: Rename num raster threads -> num worker threads. Base URL: https://chromium.googlesource.com/chromium/src.git@categorized_worker_pool_3
Patch Set: build break Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698