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

Unified Diff: ppapi/proxy/ppapi_messages.h

Issue 8920005: Add TestingInstance::EvalScript method which posts a message that the test page can eval(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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: ppapi/proxy/ppapi_messages.h
===================================================================
--- ppapi/proxy/ppapi_messages.h (revision 114053)
+++ ppapi/proxy/ppapi_messages.h (working copy)
@@ -979,6 +979,11 @@
IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBTesting_SimulateInputEvent,
PP_Instance /* instance */,
ppapi::InputEventData /* input_event */)
+IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBTesting_ExecuteScript,
+ PP_Instance /* instance */,
+ ppapi::proxy::SerializedVar /* script */,
+ ppapi::proxy::SerializedVar /* out_exception */,
+ ppapi::proxy::SerializedVar /* result */)
// PPB_TextInput.
IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBTextInput_SetTextInputType,

Powered by Google App Engine
This is Rietveld 408576698