Index: chrome/browser/background_application_list_model.h |
=================================================================== |
--- chrome/browser/background_application_list_model.h (revision 69996) |
+++ chrome/browser/background_application_list_model.h (working copy) |
@@ -119,8 +119,8 @@ |
// Invoked by Observe for EXTENSION_LOADED notifications. |
void OnExtensionLoaded(Extension* extension); |
- // Invoked by Observe for EXTENSION_UNLOADED* notifications. |
- void OnExtensionUnloaded(Extension* extension); |
+ // Invoked by Observe for EXTENSION_UNLOADED notifications. |
+ void OnExtensionUnloaded(const Extension* extension); |
// Refresh the list of background applications and generates ApplicationAdded |
// and ApplicationRemoved events. |