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

Unified Diff: extensions/renderer/script_injection_manager.h

Issue 664933004: Standardize usage of virtual/override/final in extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/script_context.h ('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 f3f3e52b0325ebad608ecdf094176af34261b9c5..537a3e1aa26469e56e0bda7662dec021effd666a 100644
--- a/extensions/renderer/script_injection_manager.h
+++ b/extensions/renderer/script_injection_manager.h
@@ -54,9 +54,8 @@ class ScriptInjectionManager : public UserScriptSetManager::Observer {
typedef std::map<blink::WebFrame*, UserScript::RunLocation> FrameStatusMap;
// UserScriptSetManager::Observer implementation.
- virtual void OnUserScriptsUpdated(
- const std::set<std::string>& changed_extensions,
- const std::vector<UserScript*>& scripts) override;
+ void OnUserScriptsUpdated(const std::set<std::string>& changed_extensions,
+ const std::vector<UserScript*>& scripts) override;
// Notifies that an RVOHelper should be removed.
void RemoveObserver(RVOHelper* helper);
« no previous file with comments | « extensions/renderer/script_context.h ('k') | extensions/renderer/script_injection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698