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

Unified Diff: ppapi/tests/test_websocket.h

Issue 8816005: Pepper WebSocket API: Add unit test to access uninitialized properties (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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
« no previous file with comments | « chrome/test/ui/ppapi_uitest.cc ('k') | ppapi/tests/test_websocket.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_websocket.h
diff --git a/ppapi/tests/test_websocket.h b/ppapi/tests/test_websocket.h
index dd1350520adbddb534d273ded29f1c15e69af079..fdd0ce06f3a6b9f17d5ad50f7a4b597922e943b4 100644
--- a/ppapi/tests/test_websocket.h
+++ b/ppapi/tests/test_websocket.h
@@ -29,6 +29,7 @@ class TestWebSocket : public TestCase {
PP_Resource Connect(const char* url, int32_t* result, const char* protocol);
std::string TestIsWebSocket();
+ std::string TestUninitializedPropertiesAccess();
std::string TestInvalidConnect();
std::string TestGetURL();
std::string TestValidConnect();
« no previous file with comments | « chrome/test/ui/ppapi_uitest.cc ('k') | ppapi/tests/test_websocket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698