Index: chrome/common/extensions/extension_messages.h |
diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h |
index 3a58cf4c9e75ea80ae0bce31c21e686429e1c1b6..23023e9854865043575510dd02e9691269e7cfdf 100644 |
--- a/chrome/common/extensions/extension_messages.h |
+++ b/chrome/common/extensions/extension_messages.h |
@@ -668,8 +668,9 @@ IPC_MESSAGE_CONTROL2(ExtensionHostMsg_AddDOMActionToActivityLog, |
// certain conditions. This message is sent in response to several events: |
// |
// * ExtensionMsg_WatchPages was received, updating the set of conditions. |
-// * A new page is loaded. This will be sent after ViewHostMsg_FrameNavigate. |
-// Currently this only fires for the main frame. |
+// * A new page is loaded. This will be sent after |
+// FrameHostMsg_DidCommitProvisionalLoad. Currently this only fires for the |
+// main frame. |
// * Something changed on an existing frame causing the set of matching searches |
// to change. |
IPC_MESSAGE_ROUTED1(ExtensionHostMsg_OnWatchedPageChange, |