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

Unified Diff: chrome/browser/extensions/extension_system.h

Issue 10826156: Plumb invalidations from Tango to the extensions code for the Push Messaging API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Bad comment Created 8 years, 4 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_system.h
diff --git a/chrome/browser/extensions/extension_system.h b/chrome/browser/extensions/extension_system.h
index c7f93c293d74ba483a30fc1a647db3626d078af7..24c27adc98ae7e9cc2197688ec429f4d08c3125f 100644
--- a/chrome/browser/extensions/extension_system.h
+++ b/chrome/browser/extensions/extension_system.h
@@ -187,6 +187,9 @@ class ExtensionSystemImpl : public ExtensionSystem {
void RegisterManagementPolicyProviders();
void Init(bool extensions_enabled);
+ // ProfileKeyedService implementation.
+ virtual void Shutdown() OVERRIDE;
+
StateStore* state_store();
ExtensionService* extension_service();
ManagementPolicy* management_policy();

Powered by Google App Engine
This is Rietveld 408576698