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

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: order 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..0a71f4400371a736daf12d38e04b286ac5289cb5 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 asks frame sniffer start.
+IPC_MESSAGE_ROUTED1(ViewMsg_StartFrameSniffer,
+ string16 /* frame-name */)
+
+// This message indicates the error appeared in the frame.
+IPC_MESSAGE_ROUTED1(ViewHostMsg_FrameLoadingError,
+ int /* error */)

Powered by Google App Engine
This is Rietveld 408576698