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

Unified Diff: chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.h

Issue 442553002: Remove unneccessary arguments from extensions::DispatcherDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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_extensions_dispatcher_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.h
diff --git a/chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.h b/chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.h
index 2c27d8bda3902e834aaf8c6eb4815887180122ad..89be8f43c9a80a38e36b84f37dcbf3a9a5ff1987 100644
--- a/chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.h
+++ b/chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.h
@@ -30,11 +30,8 @@ class ChromeExtensionsDispatcherDelegate
extensions::ScriptContext* context) OVERRIDE;
virtual void PopulateSourceMap(
extensions::ResourceBundleSourceMap* source_map) OVERRIDE;
- virtual void RequireAdditionalModules(
- extensions::ModuleSystem* module_system,
- const extensions::Extension* extension,
- extensions::Feature::Context context_type,
- bool is_within_platform_app) OVERRIDE;
+ virtual void RequireAdditionalModules(extensions::ScriptContext* context,
+ bool is_within_platform_app) OVERRIDE;
virtual void OnActiveExtensionsUpdated(
const std::set<std::string>& extensions_ids) OVERRIDE;
virtual void SetChannel(int channel) OVERRIDE;
« no previous file with comments | « no previous file | chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698