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

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: Add !! before ::DeleteFile since BOOL is not bool. Created 9 years, 1 month 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 | « content/common/sandbox_policy.cc ('k') | ppapi/tests/test_broker.cc » ('j') | no next file with comments »
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..9c9212c1def0b282cfd01ec1e930abfa7e462255 100644
--- a/ppapi/tests/test_broker.h
+++ b/ppapi/tests/test_broker.h
@@ -22,6 +22,9 @@ class TestBroker : public TestCase {
private:
std::string TestCreate();
+ std::string TestConnectFailure();
+ std::string TestGetHandleFailure();
+ std::string TestConnectAndPipe();
const struct PPB_BrokerTrusted* broker_interface_;
};
« no previous file with comments | « content/common/sandbox_policy.cc ('k') | ppapi/tests/test_broker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698