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

Unified Diff: ppapi/tests/test_broker.h

Issue 11316316: Implement an IsAllowed function in the pepper PPB_Broker_Trusted API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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 | « ppapi/shared_impl/singleton_resource_id.h ('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 a45900e207637c8fc4d8cdd2846a4de5865925f7..ee869f641cf2f6e3c8225be0c30b6236266076d1 100644
--- a/ppapi/tests/test_broker.h
+++ b/ppapi/tests/test_broker.h
@@ -26,6 +26,8 @@ class TestBroker : public TestCase {
std::string TestConnectAndPipe();
std::string TestConnectPermissionDenied();
std::string TestConnectPermissionGranted();
+ std::string TestIsAllowedPermissionDenied();
+ std::string TestIsAllowedPermissionGranted();
const PPB_BrokerTrusted* broker_interface_;
};
« no previous file with comments | « ppapi/shared_impl/singleton_resource_id.h ('k') | ppapi/tests/test_broker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698