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

Unified Diff: extensions/common/switches.h

Issue 2633253002: Split content script injections into multiple tasks (Closed)
Patch Set: Inject document_idle scripts before window.onload Created 3 years, 10 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.h
diff --git a/extensions/common/switches.h b/extensions/common/switches.h
index 90a142fd7b62e51ae85109869a4a6926681e3847..c8207b66a60982a2516cf71e0c4ed032534c71e9 100644
--- a/extensions/common/switches.h
+++ b/extensions/common/switches.h
@@ -36,6 +36,7 @@ extern const char kTraceAppSource[];
extern const char kNativeCrxBindings[];
extern const char kWhitelistedExtensionID[];
extern const char kEnableCrxHashCheck[];
+extern const char kYieldBetweenContentScriptRuns[];
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698