summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/test_post_message.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/tests/test_post_message.h')
-rw-r--r--ppapi/tests/test_post_message.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ppapi/tests/test_post_message.h b/ppapi/tests/test_post_message.h
index 3b58ba2..df7256b 100644
--- a/ppapi/tests/test_post_message.h
+++ b/ppapi/tests/test_post_message.h
@@ -49,6 +49,10 @@ class TestPostMessage : public TestCase {
// Test sending a message when no handler exists, make sure nothing happens.
std::string TestNoHandler();
+ // Test sending from JavaScript to the plugin with extra parameters, make sure
+ // nothing happens.
+ std::string TestExtraParam();
+
typedef std::vector<pp::Var> VarVector;
// This is used to store pp::Var objects we receive via a call to