| Index: chrome/common/notification_type.h
|
| diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
|
| index 943e0f5f3d6e8e378bfe6f1c60332bf67f7a321d..43e5fe839315e5c788ebc44ae48fbd8f474439ab 100644
|
| --- a/chrome/common/notification_type.h
|
| +++ b/chrome/common/notification_type.h
|
| @@ -120,6 +120,11 @@ class NotificationType {
|
| // occurred. Details are the long long frame ID.
|
| FRAME_DOM_CONTENT_LOADED,
|
|
|
| + // The frame finished loading. The source is a Source<NavigationController>
|
| + // corresponding to the tab in which the load occurred. Details are the
|
| + // long long frame ID.
|
| + FRAME_DID_FINISH_LOAD,
|
| +
|
| // Content was loaded from an in-memory cache. The source will be a
|
| // Source<NavigationController> corresponding to the tab in which the load
|
| // occurred. Details in the form of a LoadFromMemoryCacheDetails object
|
|
|