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 6156eeb99be77ce74a67601e6cbaf8dda378e470..bf511f614346670b7c20569726be99a7118d2209 100644 |
| --- a/extensions/renderer/scripts_run_info.h |
| +++ b/extensions/renderer/scripts_run_info.h |
| @@ -40,6 +40,8 @@ struct ScriptsRunInfo { |
| ExecutingScriptsMap executing_scripts; |
| // The elapsed time since the ScriptsRunInfo was constructed. |
| base::ElapsedTimer timer; |
| + // A list of pathnames of executing scripts |
|
Devlin
2016/07/12 23:32:36
nit: comment needs a period. Also, I'd probably r
catmullings
2016/07/13 17:25:34
Done.
|
| + std::set<GURL> injected_scripts; |
| // Log information about a given script run. If |send_script_activity| is |
| // true, this also informs the browser of the script run. |