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

Unified Diff: extensions/shell/browser/shell_extension_system.h

Issue 1139643005: Extract ErrorConsole from ExtensionSystem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use ErrorConsole::Get, update year for copyright lines 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
« no previous file with comments | « extensions/browser/mock_extension_system.cc ('k') | extensions/shell/browser/shell_extension_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/browser/shell_extension_system.h
diff --git a/extensions/shell/browser/shell_extension_system.h b/extensions/shell/browser/shell_extension_system.h
index 80c2bc1bcbc7616d93f21e86c8618858a6e9dabf..3b5c122479d96facfc1ae4d94173c86555786efd 100644
--- a/extensions/shell/browser/shell_extension_system.h
+++ b/extensions/shell/browser/shell_extension_system.h
@@ -63,7 +63,6 @@ class ShellExtensionSystem : public ExtensionSystem {
InfoMap* info_map() override;
LazyBackgroundTaskQueue* lazy_background_task_queue() override;
EventRouter* event_router() override;
- ErrorConsole* error_console() override;
InstallVerifier* install_verifier() override;
QuotaService* quota_service() override;
void RegisterExtensionWithRequestContexts(
« no previous file with comments | « extensions/browser/mock_extension_system.cc ('k') | extensions/shell/browser/shell_extension_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698