Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/resources/get-host-info.js |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/resources/get-host-info.js b/third_party/WebKit/LayoutTests/http/tests/resources/get-host-info.js |
| index 2bc2af2272bcbaeaf5c2952088ac9c60a0260486..a981bdcff4782543c31699ff86f9c6352306bd9e 100644 |
| --- a/third_party/WebKit/LayoutTests/http/tests/resources/get-host-info.js |
| +++ b/third_party/WebKit/LayoutTests/http/tests/resources/get-host-info.js |
| @@ -19,6 +19,7 @@ function get_host_info() { |
| HTTPS_ORIGIN: 'https://' + ORIGINAL_HOST + ':' + HTTPS_PORT, |
| HTTP_REMOTE_ORIGIN: 'http://' + REMOTE_HOST + ':' + HTTP_PORT, |
| HTTPS_REMOTE_ORIGIN: 'https://' + REMOTE_HOST + ':' + HTTPS_PORT, |
| - UNAUTHENTICATED_ORIGIN: 'http://' + UNAUTHENTICATED_HOST + ':' + HTTP_PORT |
| + UNAUTHENTICATED_ORIGIN: 'http://' + UNAUTHENTICATED_HOST + ':' + HTTP_PORT, |
| + AUTHENTICATED_ORIGIN: 'https://' + UNAUTHENTICATED_HOST + ':' + HTTPS_PORT |
|
philipj_slow
2015/09/28 12:17:56
This now looks a bit weird, is there a better name
Mike West
2015/09/28 13:28:02
I don't know why we're using `example.test`, hones
|
| }; |
| } |