Index: chrome/test/ui/ppapi_uitest.h |
diff --git a/chrome/test/ui/ppapi_uitest.h b/chrome/test/ui/ppapi_uitest.h |
index 1f04a2156c76280b99b20ef8b24573b282a4d11d..c15039c5bde1b4415f69681149212d4115fe427c 100644 |
--- a/chrome/test/ui/ppapi_uitest.h |
+++ b/chrome/test/ui/ppapi_uitest.h |
@@ -26,6 +26,7 @@ class PPAPITestBase : public InProcessBrowserTest { |
// instance object vars. |
void RunTestAndReload(const std::string& test_case); |
void RunTestViaHTTP(const std::string& test_case); |
+ void RunTestWithSSLServer(const std::string& test_case); |
void RunTestWithWebSocketServer(const std::string& test_case); |
std::string StripPrefixes(const std::string& test_name); |
@@ -33,6 +34,8 @@ class PPAPITestBase : public InProcessBrowserTest { |
// Runs the test for a tab given the tab that's already navigated to the |
// given URL. |
void RunTestURL(const GURL& test_url); |
+ |
+ bool GetHTTPDocumentRoot(FilePath* web_dir); |
}; |
// In-process plugin test runner. See OutOfProcessPPAPITest below for the |