Chromium Code Reviews| Index: ppapi/tests/test_post_message.h |
| =================================================================== |
| --- ppapi/tests/test_post_message.h (revision 98831) |
| +++ ppapi/tests/test_post_message.h (working copy) |
| @@ -53,9 +53,6 @@ |
| // 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 |