| Index: chrome/browser/extensions/extensions_ui.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extensions_ui.cc (revision 69996)
|
| +++ chrome/browser/extensions/extensions_ui.cc (working copy)
|
| @@ -391,8 +391,6 @@
|
| NotificationService::AllSources());
|
| registrar_.Add(this, NotificationType::EXTENSION_UNLOADED,
|
| NotificationService::AllSources());
|
| - registrar_.Add(this, NotificationType::EXTENSION_UNLOADED_DISABLED,
|
| - NotificationService::AllSources());
|
| registrar_.Add(this, NotificationType::EXTENSION_UPDATE_DISABLED,
|
| NotificationService::AllSources());
|
| registrar_.Add(this, NotificationType::EXTENSION_FUNCTION_DISPATCHER_CREATED,
|
| @@ -711,7 +709,6 @@
|
| case NotificationType::EXTENSION_LOADED:
|
| case NotificationType::EXTENSION_PROCESS_CREATED:
|
| case NotificationType::EXTENSION_UNLOADED:
|
| - case NotificationType::EXTENSION_UNLOADED_DISABLED:
|
| case NotificationType::EXTENSION_UPDATE_DISABLED:
|
| case NotificationType::EXTENSION_FUNCTION_DISPATCHER_CREATED:
|
| case NotificationType::EXTENSION_FUNCTION_DISPATCHER_DESTROYED:
|
|
|