| Index: extensions/renderer/script_injection_manager.h
|
| diff --git a/extensions/renderer/script_injection_manager.h b/extensions/renderer/script_injection_manager.h
|
| index a0416b389e133755afcfbab794066ed423866a33..1c1bc96ff1eadb0c233ff03aa60977a022a5c57f 100644
|
| --- a/extensions/renderer/script_injection_manager.h
|
| +++ b/extensions/renderer/script_injection_manager.h
|
| @@ -99,6 +99,9 @@ class ScriptInjectionManager : public UserScriptSetManager::Observer {
|
| // RunLocation of the frame corresponds to the last location that has ran.
|
| FrameStatusMap frame_statuses_;
|
|
|
| + // The frame currently being injected into, so long as that frame is valid.
|
| + content::RenderFrame* valid_running_injection_frame_;
|
| +
|
| // The collection of RFOHelpers.
|
| ScopedVector<RFOHelper> rfo_helpers_;
|
|
|
|
|