summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/user_script_slave.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/user_script_slave.cc')
-rw-r--r--chrome/renderer/user_script_slave.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/renderer/user_script_slave.cc b/chrome/renderer/user_script_slave.cc
index cd3951a..36d366d 100644
--- a/chrome/renderer/user_script_slave.cc
+++ b/chrome/renderer/user_script_slave.cc
@@ -119,5 +119,10 @@ bool UserScriptSlave::InjectScripts(WebFrame* frame,
HISTOGRAM_TIMES("UserScripts:DocEnd:Time", timer.Elapsed());
}
+ if (num_matched > 0) {
+ LOG(INFO) << "Injected " << num_matched << " scripts into " <<
+ frame->GetURL().spec();
+ }
+
return true;
}