Index: ppapi/tests/test_post_message.h |
diff --git a/ppapi/tests/test_post_message.h b/ppapi/tests/test_post_message.h |
index 8ba3e4e16c4146601631c0793576ce44da1c1ba3..9a0bd0812139ea210812e2325bb0f26339487ee7 100644 |
--- a/ppapi/tests/test_post_message.h |
+++ b/ppapi/tests/test_post_message.h |
@@ -55,6 +55,15 @@ class TestPostMessage : public TestCase { |
// Test sending ArrayBuffer vars in both directions. |
std::string TestSendingArrayBuffer(); |
+ // Test sending Array vars in both directions. |
+ std::string TestSendingArray(); |
+ |
+ // Test sending Dictionary vars in both directions. |
+ std::string TestSendingDictionary(); |
+ |
+ // Test sending a complex var with references and cycles in both directions. |
+ std::string TestSendingComplexVar(); |
+ |
// Test the MessageEvent object that JavaScript received to make sure it is |
// of the right type and has all the expected fields. |
std::string TestMessageEvent(); |