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

Unified Diff: chrome/browser/extensions/extension_gcm_app_handler.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
Index: chrome/browser/extensions/extension_gcm_app_handler.h
diff --git a/chrome/browser/extensions/extension_gcm_app_handler.h b/chrome/browser/extensions/extension_gcm_app_handler.h
index ff89f8c0853655620b45d035100ba2cb72741915..33f03ed04d431b7ef10273e8cc32019c002aa08b 100644
--- a/chrome/browser/extensions/extension_gcm_app_handler.h
+++ b/chrome/browser/extensions/extension_gcm_app_handler.h
@@ -48,6 +48,7 @@ class ExtensionGCMAppHandler : public gcm::GCMAppHandler,
// BrowserContextKeyedAPI implementation.
static BrowserContextKeyedAPIFactory<ExtensionGCMAppHandler>*
GetFactoryInstance();
+ void Shutdown() override;
// gcm::GCMAppHandler implementation.
void ShutdownHandler() override;

Powered by Google App Engine
This is Rietveld 408576698