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

Unified Diff: athena/main/athena_main.cc

Issue 544953003: Supprot V2 app: step1 (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/main/athena_main.cc
diff --git a/athena/main/athena_main.cc b/athena/main/athena_main.cc
index 3c66f18d2fa2e79c93af93ae7578f7441922e0c1..be0e5881f118ee60213517095ed8a938fe35bd48 100644
--- a/athena/main/athena_main.cc
+++ b/athena/main/athena_main.cc
@@ -105,6 +105,7 @@ class AthenaBrowserMainDelegate : public extensions::ShellBrowserMainDelegate {
}
virtual void Shutdown() OVERRIDE {
+ athena::AthenaEnv::Get()->OnTerminating();
athena::ShutdownAthena();
}

Powered by Google App Engine
This is Rietveld 408576698