Chromium Code Reviews| Index: extensions/renderer/script_injection_manager.cc |
| diff --git a/extensions/renderer/script_injection_manager.cc b/extensions/renderer/script_injection_manager.cc |
| index e0a610b67071757170bebd98ec49da86607c7b55..fdc4fddc04b948648510db13ed721981307813c9 100644 |
| --- a/extensions/renderer/script_injection_manager.cc |
| +++ b/extensions/renderer/script_injection_manager.cc |
| @@ -371,6 +371,7 @@ void ScriptInjectionManager::TryToInject( |
| // has blocked, add it to the list of running injections. |
| // The Unretained below is safe because this object owns all the |
| // ScriptInjections, so is guaranteed to outlive them. |
| + LOG(WARNING) << "Trying to inject!"; |
|
not at google - send to devlin
2015/06/03 20:15:45
oops
Devlin
2015/06/03 20:28:47
Very oops.
|
| switch (injection->TryToInject( |
| run_location, |
| scripts_run_info, |