Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6303)

Unified Diff: chrome/common/notification_type.h

Issue 4448003: Implement onCompleted event for the webNavigation API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/tab_contents/tab_contents.cc ('k') | chrome/common/render_messages_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/tab_contents/tab_contents.cc ('k') | chrome/common/render_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698