| Index: chrome/browser/background/background_application_list_model.h
|
| diff --git a/chrome/browser/background/background_application_list_model.h b/chrome/browser/background/background_application_list_model.h
|
| index 1c9c2d61307186bfa4903cbf5d61bee3b1f72fa4..a2ce3edee42155f256d78552fa9d1450d903bb80 100644
|
| --- a/chrome/browser/background/background_application_list_model.h
|
| +++ b/chrome/browser/background/background_application_list_model.h
|
| @@ -127,7 +127,7 @@ class BackgroundApplicationListModel : public content::NotificationObserver {
|
| // Invoked by Observe for NOTIFICATION_EXTENSION_LOADED.
|
| void OnExtensionLoaded(const extensions::Extension* extension);
|
|
|
| - // Invoked by Observe for NOTIFICATION_EXTENSION_UNLOADED.
|
| + // Invoked by Observe for NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED.
|
| void OnExtensionUnloaded(const extensions::Extension* extension);
|
|
|
| // Invoked by Observe for NOTIFICATION_EXTENSION_PERMISSIONS_UPDATED.
|
|
|