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

Unified Diff: athena/extensions/shell/extensions_delegate_impl.cc

Issue 586613002: Remove AppsClient::GetLoadedBrowserContexts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: athena/extensions/shell/extensions_delegate_impl.cc
diff --git a/athena/extensions/shell/extensions_delegate_impl.cc b/athena/extensions/shell/extensions_delegate_impl.cc
index a7cbcdf84a163eba88cc4e0cccc3be0e521fd671..4d963fe66886f2640b09425700a81323a3ae2d90 100644
--- a/athena/extensions/shell/extensions_delegate_impl.cc
+++ b/athena/extensions/shell/extensions_delegate_impl.cc
@@ -17,8 +17,7 @@ class ShellExtensionsDelegate : public ExtensionsDelegate {
explicit ShellExtensionsDelegate(content::BrowserContext* context)
: context_(context),
extension_system_(static_cast<extensions::ShellExtensionSystem*>(
- extensions::ExtensionSystem::Get(context))),
- apps_client_(context) {
+ extensions::ExtensionSystem::Get(context))) {
extensions::AppsClient::Set(&apps_client_);
}

Powered by Google App Engine
This is Rietveld 408576698