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

Unified Diff: extensions/renderer/script_injection_manager.h

Issue 2193093002: [UserScript cleanup] Remove use of ScopedVector from UserScriptSet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « extensions/renderer/dispatcher.cc ('k') | extensions/renderer/script_injection_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/script_injection_manager.h
diff --git a/extensions/renderer/script_injection_manager.h b/extensions/renderer/script_injection_manager.h
index aaad2c9d58f5edaa5fa145cad378bdd6b60daed2..1d5efbfc4256daaf285f8d200cea1c586c994ce7 100644
--- a/extensions/renderer/script_injection_manager.h
+++ b/extensions/renderer/script_injection_manager.h
@@ -63,8 +63,7 @@ class ScriptInjectionManager : public UserScriptSetManager::Observer {
void OnInjectionFinished(ScriptInjection* injection);
// UserScriptSetManager::Observer implementation.
- void OnUserScriptsUpdated(const std::set<HostID>& changed_hosts,
- const std::vector<UserScript*>& scripts) override;
+ void OnUserScriptsUpdated(const std::set<HostID>& changed_hosts) override;
// Notifies that an RFOHelper should be removed.
void RemoveObserver(RFOHelper* helper);
« no previous file with comments | « extensions/renderer/dispatcher.cc ('k') | extensions/renderer/script_injection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698