diff options
author | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-30 19:38:31 +0000 |
---|---|---|
committer | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-30 19:38:31 +0000 |
commit | 5d904b9e9557916894feced1d0bad88e240f1b64 (patch) | |
tree | 7ae32210e7defe9ac590a14dec4e2cf02a127c33 /ppapi/tests/test_post_message.h | |
parent | 96e989bf9f8e335c1d08008f06253baeb9ba4f66 (diff) | |
download | chromium_src-5d904b9e9557916894feced1d0bad88e240f1b64.zip chromium_src-5d904b9e9557916894feced1d0bad88e240f1b64.tar.gz chromium_src-5d904b9e9557916894feced1d0bad88e240f1b64.tar.bz2 |
Reland http://codereview.chromium.org/7648033
Add means for running some tests only o-o-p, add messaging o-o-p test.
BUG=None
TEST=included
TBR=dmichael@chromium.org
Review URL: http://codereview.chromium.org/7799031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98861 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 |