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

Unified Diff: apps/app_load_service.h

Issue 2749823002: Restore KeyedServiceFactory diagnostics for context use-after-destroy. (Closed)
Patch Set: Refactor SiteEngagementService tests. Created 3 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 | « no previous file | apps/app_load_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_load_service.h
diff --git a/apps/app_load_service.h b/apps/app_load_service.h
index 1b6fbab6b46125b48dc135c3d2b00d478b8ccab8..508f2f06ef8975783c755ec4bdca673094eda5c7 100644
--- a/apps/app_load_service.h
+++ b/apps/app_load_service.h
@@ -46,6 +46,9 @@ class AppLoadService : public KeyedService,
explicit AppLoadService(Profile* profile);
~AppLoadService() override;
+ // KeyedService support:
+ void Shutdown() override;
+
// Reload the application with the given id and then send it the OnRestarted
// event.
void RestartApplication(const std::string& extension_id);
« no previous file with comments | « no previous file | apps/app_load_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698