Index: ppapi/tests/test_post_message.h |
diff --git a/ppapi/tests/test_post_message.h b/ppapi/tests/test_post_message.h |
index 8ee4a6cc592e9d85243dc9a9284cdd34db5f009e..7332bac2801e7faacac644457751deaea3415c02 100644 |
--- a/ppapi/tests/test_post_message.h |
+++ b/ppapi/tests/test_post_message.h |
@@ -78,8 +78,7 @@ class TestPostMessage : public TestCase { |
// Test sending Dictionary vars in both directions. |
std::string TestSendingDictionary(); |
- // Test sending Resource vars from JavaScript to the plugin. |
- // TODO(mgiuca): Test sending Resource vars in both directions. |
+ // Test sending Resource vars in both directions. |
std::string TestSendingResource(); |
// Test sending a complex var with references and cycles in both directions. |