| 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
|
|
|