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

Unified Diff: mandoline/services/core_services/core_services_application_delegate.h

Issue 1145473005: Don't use a deleted task runner on Mandoline shutdown. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 5 years, 7 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 | « no previous file | mandoline/services/core_services/core_services_application_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/services/core_services/core_services_application_delegate.h
diff --git a/mandoline/services/core_services/core_services_application_delegate.h b/mandoline/services/core_services/core_services_application_delegate.h
index 8d62fdcc26364463560e81bc366d8c1efb64af4b..503dcfed76d9c902c3a9b35d81e75d9d07f534be 100644
--- a/mandoline/services/core_services/core_services_application_delegate.h
+++ b/mandoline/services/core_services/core_services_application_delegate.h
@@ -28,6 +28,8 @@ class CoreServicesApplicationDelegate
CoreServicesApplicationDelegate();
~CoreServicesApplicationDelegate() override;
+ void ApplicationThreadDestroyed(ApplicationThread* thread);
+
private:
// Overridden from mojo::ApplicationDelegate:
bool ConfigureIncomingConnection(
« no previous file with comments | « no previous file | mandoline/services/core_services/core_services_application_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698