Commit 0f88ce29 authored by Adam Rice's avatar Adam Rice Committed by Commit Bot

Remove origin trial configuration for WebSocketStream

The WebSocketStream origin trial has ended, and we are not planning to
run another origin trial. Remove the client-side configuration.

BUG=983030

Change-Id: I41fcc1ea793467407429d7afa1a73fba1fcc9910
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228376Reviewed-by: default avatarKinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Adam Rice <ricea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#775103}
parent 83bd4b5e
...@@ -1991,7 +1991,6 @@ ...@@ -1991,7 +1991,6 @@
}, },
{ {
name: "WebSocketStream", name: "WebSocketStream",
origin_trial_feature_name: "WebSocketStream",
status: "experimental", status: "experimental",
}, },
{ {
......
<!DOCTYPE html>
<meta charset="utf-8">
<!-- Generate token with the command:
generate_token.py http://127.0.0.1:8000 WebSocketStream --expire-timestamp=2000000000
-- -->
<meta http-equiv="origin-trial" content="AovxB5EAf+bgIQw+MOxYfbnAmABpekAiY1AEKLYmIt8pSraHVlspyUTgDONbj4cpvKONZBgsRH7+202rI+29iQUAAABXeyJvcmlnaW4iOiAiaHR0cDovLzEyNy4wLjAuMTo4MDAwIiwgImZlYXR1cmUiOiAiV2ViU29ja2V0U3RyZWFtIiwgImV4cGlyeSI6IDIwMDAwMDAwMDB9" />
<title>WebSocketStream API - interfaces and properties exposed by origin trial</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/origin-trials-helper.js"></script>
<script>
test(t => {
OriginTrialsHelper.check_properties_exist(this,
{'WebSocketStream': ['url', 'connection', 'closed', 'close'],
});
}, 'WebSocketStream API interfaces and properties in Origin-Trial enabled document.');
</script>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment