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

Unified Diff: chrome/browser/extensions/user_script_master.cc

Issue 11882035: Stop sending events and messages to content script contexts after their (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
« no previous file with comments | « no previous file | chrome/renderer/extensions/chrome_v8_context_set.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/user_script_master.cc
diff --git a/chrome/browser/extensions/user_script_master.cc b/chrome/browser/extensions/user_script_master.cc
index 5f0988c0c033c128dbaab16e7fb5139d7d1466fd..543379b782f5794845329f4990fc86fa2bfe6a01 100644
--- a/chrome/browser/extensions/user_script_master.cc
+++ b/chrome/browser/extensions/user_script_master.cc
@@ -385,10 +385,6 @@ void UserScriptMaster::Observe(int type,
}
user_scripts_ = new_user_scripts;
should_start_load = true;
-
- // TODO(aa): Do we want to do something smarter for the scripts that have
- // already been injected?
-
break;
}
case content::NOTIFICATION_RENDERER_PROCESS_CREATED: {
« no previous file with comments | « no previous file | chrome/renderer/extensions/chrome_v8_context_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698