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

Unified Diff: extensions/renderer/scripts_run_info.h

Issue 878513005: Extensions: suspend extension's scripts when V8 is paused (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/renderer/scripts_run_info.h
diff --git a/extensions/renderer/scripts_run_info.h b/extensions/renderer/scripts_run_info.h
index e577cc32cb3175e8c3058de7a2c13df06e144d7c..a185b6053b29df592e57e52458be3020b451641a 100644
--- a/extensions/renderer/scripts_run_info.h
+++ b/extensions/renderer/scripts_run_info.h
@@ -32,6 +32,8 @@ struct ScriptsRunInfo {
size_t num_css;
// The number of JS scripts injected.
size_t num_js;
+ // The number of blocked JS scripts injected.
+ size_t num_blocked_js;
Devlin 2015/03/03 00:34:10 nit: "blocked" has a slightly different connotatio
kozy 2015/03/03 13:50:20 Done.
// A map of extension ids to executing script paths.
ExecutingScriptsMap executing_scripts;
// The elapsed time since the ScriptsRunInfo was constructed.

Powered by Google App Engine
This is Rietveld 408576698