| 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 a2ce3edee42155f256d78552fa9d1450d903bb80..dbfa18b149ca3dcd13b76310e9d52f108cd3832d 100644
|
| --- a/chrome/browser/background/background_application_list_model.h
|
| +++ b/chrome/browser/background/background_application_list_model.h
|
| @@ -124,7 +124,7 @@ class BackgroundApplicationListModel : public content::NotificationObserver {
|
| // or removed.
|
| void SendApplicationListChangedNotifications();
|
|
|
| - // Invoked by Observe for NOTIFICATION_EXTENSION_LOADED.
|
| + // Invoked by Observe for NOTIFICATION_EXTENSION_LOADED_DEPRECATED.
|
| void OnExtensionLoaded(const extensions::Extension* extension);
|
|
|
| // Invoked by Observe for NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED.
|
|
|