Chromium Code Reviews| 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. |