| Index: chrome/browser/background_application_list_model.h
|
| diff --git a/chrome/browser/background_application_list_model.h b/chrome/browser/background_application_list_model.h
|
| index 29bfe6552be6dcd7a89a990626db58173c35df65..ed4a0fd3ab2919cd2da9bab97512674b36ca1175 100644
|
| --- a/chrome/browser/background_application_list_model.h
|
| +++ b/chrome/browser/background_application_list_model.h
|
| @@ -122,8 +122,7 @@ class BackgroundApplicationListModel : public NotificationObserver {
|
| // Invoked by Observe for EXTENSION_UNLOADED notifications.
|
| void OnExtensionUnloaded(const Extension* extension);
|
|
|
| - // Refresh the list of background applications and generates ApplicationAdded
|
| - // and ApplicationRemoved events.
|
| + // Refresh the list of background applications and generate notifications.
|
| void Update();
|
|
|
| ApplicationMap applications_;
|
|
|