Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: extensions/renderer/script_injection_manager.cc

Issue 1150683007: [Extensions] Use document url (not top url) for tab-specific permissions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix extension page content scripts Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698