Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Unified Diff: ppapi/tests/test_post_message.h

Issue 173143005: [PPAPI] It is now possible to pass a FileSystem to JS in PostMessage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Kinuko's concerns and fix compile breakage due to Blink API changes. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698