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

Unified Diff: athena/main/athena_main.cc

Issue 498023003: Delete activity upon window deletion (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reformat 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
Index: athena/main/athena_main.cc
diff --git a/athena/main/athena_main.cc b/athena/main/athena_main.cc
index 3d5408e8621c73c0bcc06ce64154bd69fcae9a82..ae5985532e9562a9b02c32213d9b39a391918cb3 100644
--- a/athena/main/athena_main.cc
+++ b/athena/main/athena_main.cc
@@ -3,6 +3,7 @@
// found in the LICENSE file.
#include "athena/content/public/web_contents_view_delegate_creator.h"
+#include "athena/extensions/public/extensions_delegate.h"
#include "athena/main/athena_app_window_controller.h"
#include "athena/main/athena_launcher.h"
#include "athena/screen/public/screen_manager.h"
@@ -98,6 +99,7 @@ class AthenaBrowserMainDelegate : public extensions::ShellBrowserMainDelegate {
screen_manager_delegate_.get(),
content::BrowserThread::GetMessageLoopProxyForThread(
content::BrowserThread::FILE));
+ athena::ExtensionsDelegate::CreateExtensionsDelegateForShell(context);
athena::StartAthenaSessionWithContext(context);
}

Powered by Google App Engine
This is Rietveld 408576698