summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/test_post_message.h
diff options
context:
space:
mode:
authordmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-30 16:39:55 +0000
committerdmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-30 16:39:55 +0000
commitfab5194cdc3d57b1aa253e8f18ea64ba141e9616 (patch)
treebc08f2b88a1b966408f031767d22c6ca503d3144 /ppapi/tests/test_post_message.h
parent42f5c7ef330e266261387a0c49560b500f2f7e40 (diff)
downloadchromium_src-fab5194cdc3d57b1aa253e8f18ea64ba141e9616.zip
chromium_src-fab5194cdc3d57b1aa253e8f18ea64ba141e9616.tar.gz
chromium_src-fab5194cdc3d57b1aa253e8f18ea64ba141e9616.tar.bz2
Add means for running some tests only o-o-p. Add messaging non-main thread test.
BUG=92909 TEST=included Review URL: http://codereview.chromium.org/7648033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98826 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/tests/test_post_message.h')
-rw-r--r--ppapi/tests/test_post_message.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ppapi/tests/test_post_message.h b/ppapi/tests/test_post_message.h
index df7256b..f081880 100644
--- a/ppapi/tests/test_post_message.h
+++ b/ppapi/tests/test_post_message.h
@@ -53,6 +53,9 @@ class TestPostMessage : public TestCase {
// nothing happens.
std::string TestExtraParam();
+ // Test sending messages off of the main thread.
+ std::string TestNonMainThread();
+
typedef std::vector<pp::Var> VarVector;
// This is used to store pp::Var objects we receive via a call to