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

Unified Diff: ppapi/tests/test_broker.h

Issue 8400024: Add TestConnectFailure, TestGetHandleFailure and TestConnectAndPipe to PPAPI Broker UI test. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added SyncSocket for platform compatibility. Also made changes based on comments. Created 9 years, 2 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
« no previous file with comments | « no previous file | ppapi/tests/test_broker.cc » ('j') | ppapi/tests/test_broker.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_broker.h
diff --git a/ppapi/tests/test_broker.h b/ppapi/tests/test_broker.h
index 4cef9e541d61fb0fcc9cf595132cafa0eea886ec..525d022656987a2775b3d6bdaab8e42400b33527 100644
--- a/ppapi/tests/test_broker.h
+++ b/ppapi/tests/test_broker.h
@@ -22,6 +22,7 @@ class TestBroker : public TestCase {
private:
std::string TestCreate();
+ std::string TestConnectAndGetHandle();
const struct PPB_BrokerTrusted* broker_interface_;
};
« no previous file with comments | « no previous file | ppapi/tests/test_broker.cc » ('j') | ppapi/tests/test_broker.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698