summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/testing_instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/tests/testing_instance.h')
-rw-r--r--ppapi/tests/testing_instance.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ppapi/tests/testing_instance.h b/ppapi/tests/testing_instance.h
index b5a6333..c064329 100644
--- a/ppapi/tests/testing_instance.h
+++ b/ppapi/tests/testing_instance.h
@@ -82,8 +82,6 @@ pp::InstancePrivate {
return protocol_;
}
- int ssl_server_port() { return ssl_server_port_; }
-
int websocket_port() { return websocket_port_; }
// Posts a message to the test page to eval() the script.
@@ -151,9 +149,6 @@ pp::InstancePrivate {
// with http.
std::string protocol_;
- // SSL server port.
- int ssl_server_port_;
-
// WebSocket port.
int websocket_port_;
};