Index: chrome/test/base/layout_test_http_server.h |
=================================================================== |
--- chrome/test/base/layout_test_http_server.h (revision 129415) |
+++ chrome/test/base/layout_test_http_server.h (working copy) |
@@ -34,6 +34,8 @@ |
// failures. |
bool Stop() WARN_UNUSED_RESULT; |
+ int port() const { return port_; } |
+ |
private: |
FilePath root_directory_; // Root directory of the server. |