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

Unified Diff: shell/context.h

Issue 983113002: ApplicationManager: Use callback to get notified on application shutdown. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase after parameters fix Created 5 years, 9 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 | « shell/application_manager/shell_impl.cc ('k') | shell/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/context.h
diff --git a/shell/context.h b/shell/context.h
index 645764d4c2c542ff94c96b1eb5603556f983d44f..b266b1d5a20a60366d78e58597db0f3ad701fe5d 100644
--- a/shell/context.h
+++ b/shell/context.h
@@ -67,13 +67,14 @@ class Context : public ApplicationManager::Delegate,
class NativeViewportApplicationLoader;
// ApplicationManager::Delegate overrides.
- void OnApplicationError(const GURL& url) override;
GURL ResolveURL(const GURL& url) override;
GURL ResolveMappings(const GURL& url) override;
// ProcessDelegate implementation.
void OnShutdownComplete() override;
+ void OnApplicationEnd(const GURL& url);
+
std::set<GURL> app_urls_;
scoped_ptr<TaskRunners> task_runners_;
scoped_ptr<ExternalApplicationListener> listener_;
« no previous file with comments | « shell/application_manager/shell_impl.cc ('k') | shell/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698