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

Unified Diff: content/common/view_messages.h

Issue 365513002: Port identity_internals to mojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sky fixes Created 6 years, 5 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 05c67bdc2aaf13d08e1adac5e5ea385428d53520..3c81fbeae3092be83a2d8cd6006ccb441bcc1e8a 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -1453,6 +1453,10 @@ IPC_MESSAGE_ROUTED3(
// Sent by the compositor when a flinging animation is stopped.
IPC_MESSAGE_ROUTED0(ViewHostMsg_DidStopFlinging)
+// Sent when a WebUI page that uses Mojo has executed its 'main' module. Our
+// javascript based testing framework must wait until this has happened.
+IPC_MESSAGE_ROUTED0(ViewHostMsg_WebUIMojoMainRan)
jam 2014/07/25 21:29:58 this should go to frame_messages.h
+
//---------------------------------------------------------------------------
// Request for cryptographic operation messages:
// These are messages from the renderer to the browser to perform a

Powered by Google App Engine
This is Rietveld 408576698