diff options
author | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-30 16:39:55 +0000 |
---|---|---|
committer | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-30 16:39:55 +0000 |
commit | fab5194cdc3d57b1aa253e8f18ea64ba141e9616 (patch) | |
tree | bc08f2b88a1b966408f031767d22c6ca503d3144 /ppapi/tests/test_post_message.h | |
parent | 42f5c7ef330e266261387a0c49560b500f2f7e40 (diff) | |
download | chromium_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.h | 3 |
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 |