| Index: extensions/browser/notification_types.h
|
| diff --git a/extensions/browser/notification_types.h b/extensions/browser/notification_types.h
|
| index f1d0b174d5ddd9b8dc8302140a7dd100b1336934..a5908ed41c97f9ce9889bf9c654f60cda1ebaa39 100644
|
| --- a/extensions/browser/notification_types.h
|
| +++ b/extensions/browser/notification_types.h
|
| @@ -108,7 +108,7 @@ enum NotificationType {
|
| // Sent by an ExtensionHost* when it has finished its initial page load,
|
| // including any external resources.
|
| // The details are an ExtensionHost* and the source is a BrowserContext*.
|
| - NOTIFICATION_EXTENSION_HOST_DID_STOP_LOADING,
|
| + NOTIFICATION_EXTENSION_HOST_DID_STOP_FIRST_LOAD,
|
|
|
| // Sent by an ExtensionHost* when its render view requests closing through
|
| // window.close(). The details are an ExtensionHost* and the source is a
|
|
|