Index: chrome/browser/extensions/extension_webnavigation_api.h |
diff --git a/chrome/browser/extensions/extension_webnavigation_api.h b/chrome/browser/extensions/extension_webnavigation_api.h |
index 81d06cf546849aefe9204ae0a5ee56043d857888..b595aca42f43156a309bb14e089641ac2cab87e8 100644 |
--- a/chrome/browser/extensions/extension_webnavigation_api.h |
+++ b/chrome/browser/extensions/extension_webnavigation_api.h |
@@ -106,6 +106,10 @@ class ExtensionWebNavigationEventRouter : public NotificationObserver { |
void FrameDomContentLoaded(NavigationController* controller, |
long long frame_id); |
+ // Handler for the FRAME_DID_FINISH_LOAD event. The method takes the frame |
+ // ID and constructs a suitable JSON formatted extension event from it. |
+ void FrameDidFinishLoad(NavigationController* controller, long long frame_id); |
+ |
// Handler for the FAIL_PROVISIONAL_LOAD_WITH_ERROR event. The method takes |
// the details of such an event and constructs a suitable JSON formatted |
// extension event from it. |