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

Unified Diff: extensions/common/switches.cc

Issue 2633253002: Split content script injections into multiple tasks (Closed)
Patch Set: rebase Created 3 years, 9 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: extensions/common/switches.cc
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
index 3a5bc08567870a19600562eee8517beca2a48b9b..750089ffb06ac0e4c76cd87fdcc6b421b11862df 100644
--- a/extensions/common/switches.cc
+++ b/extensions/common/switches.cc
@@ -97,6 +97,10 @@ const char kNativeCrxBindings[] = "native-crx-bindings";
// the one received from update manifest.
const char kEnableCrxHashCheck[] = "enable-crx-hash-check";
+// Whether to split content script injections into multiple tasks.
+const char kYieldBetweenContentScriptRuns[] =
+ "yield-between-content-script-runs";
+
} // namespace switches
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698