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

Unified Diff: content/common/view_messages.h

Issue 7779010: Implements frame sniffer to watch iframe loading state. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clang fix Created 9 years, 4 months 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
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 2798a26d32fe6062c3478d42b034ebd0ecb0808b..85af1b828635a088d725776b169387380d14e857 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -2095,3 +2095,11 @@ IPC_MESSAGE_ROUTED0(ViewHostMsg_RequestRemoteAccessClientFirewallTraversal)
// Notifies the browser of an event occurring in the media pipeline.
IPC_MESSAGE_CONTROL1(ViewHostMsg_MediaLogEvent,
media::MediaLogEvent /* event */)
+
+// This message indicates the error appeared in the frame.
+IPC_MESSAGE_ROUTED1(ViewHostMsg_FrameLoadingError,
+ int /* error */)
+
+// This message asks frame sniffer start.
+IPC_MESSAGE_ROUTED1(ViewMsg_StartFrameSniffer,
jam 2011/08/31 16:36:41 the messages are separated by ViewMsg first, then
altimofeev 2011/09/02 15:26:36 Done.
jam 2011/09/02 16:52:59 sorry maybe I should have been more verbose :) Wha
+ string16 /* frame-name */)

Powered by Google App Engine
This is Rietveld 408576698