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

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: Move to chrome/browser/apps 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 bdd27c3979bb1d70cc59b3164d9cf51bd0ed157b..e61a737c5fda9e6c86df3feaeeadaf2efd029f62 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))),
- app_window_client_(context) {
+ extensions::ExtensionSystem::Get(context))) {
extensions::AppWindowClient::Set(&app_window_client_);
}

Powered by Google App Engine
This is Rietveld 408576698