diff options
author | dtseng@chromium.org <dtseng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-30 17:19:07 +0000 |
---|---|---|
committer | dtseng@chromium.org <dtseng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-30 17:19:07 +0000 |
commit | 28ac976131c9da5346a8940d0ba9ec1afd686682 (patch) | |
tree | 1783411537766a6d1cc0d09868f8b5c4292aef82 /ppapi/tests/test_post_message.h | |
parent | e810c12d883fc7b90e0399c45827b7e0489cc393 (diff) | |
download | chromium_src-28ac976131c9da5346a8940d0ba9ec1afd686682.zip chromium_src-28ac976131c9da5346a8940d0ba9ec1afd686682.tar.gz chromium_src-28ac976131c9da5346a8940d0ba9ec1afd686682.tar.bz2 |
Revert 98826 - 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
TBR=dmichael@chromium.org
Review URL: http://codereview.chromium.org/7806016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98833 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, 0 insertions, 3 deletions
diff --git a/ppapi/tests/test_post_message.h b/ppapi/tests/test_post_message.h index f081880..df7256b 100644 --- a/ppapi/tests/test_post_message.h +++ b/ppapi/tests/test_post_message.h @@ -53,9 +53,6 @@ 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 |