summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/test_case.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/tests/test_case.h')
-rw-r--r--ppapi/tests/test_case.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ppapi/tests/test_case.h b/ppapi/tests/test_case.h
index 0ca6d8e..35026fe 100644
--- a/ppapi/tests/test_case.h
+++ b/ppapi/tests/test_case.h
@@ -47,6 +47,12 @@ class TestCase {
// caller. Return NULL if there is no supported test object (the default).
virtual pp::deprecated::ScriptableObject* CreateTestObject();
+ // Initializes the testing interface.
+ bool InitTestingInterface();
+
+ // Makes sure the test is run over HTTP.
+ bool EnsureRunningOverHTTP();
+
// Pointer to the instance that owns us.
TestingInstance* instance_;