Commit c8e40d4a authored by Ayu Ishii's avatar Ayu Ishii Committed by Commit Bot

[sms] Integrate SmsReceiver with Origin Trial

Intent to Experiment[Draft][Google Only]: https://docs.google.com/document/d/1wlvSc31ddpHoRChAbiuAz1o7gM1bF_3W1IaIjSf1Nb4/edit?usp=sharing

Bug: 955750
Change-Id: Ied1b84ccec1c8ba3f720f99a3f8aca173aa94af9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1681114Reviewed-by: default avatarJun Cai <juncai@chromium.org>
Reviewed-by: default avatarJason Chase <chasej@chromium.org>
Reviewed-by: default avatarRaymond Toy <rtoy@chromium.org>
Commit-Queue: Ayu Ishii <ayui@chromium.org>
Cr-Commit-Position: refs/heads/master@{#692112}
parent 6b8c8108
......@@ -1527,6 +1527,7 @@
},
{
name: "SmsReceiver",
origin_trial_feature_name: "SmsReceiver",
status: {"Android": "experimental", "default": "test"},
},
// Used as argument in attribute of stable-release functions/interfaces
......
<!DOCTYPE html>
<meta charset="utf-8">
<!-- Generate token with the command:
generate_token.py http://127.0.0.1:8000 SmsReceiver --expire-timestamp=2000000000
-- -->
<meta http-equiv="origin-trial" content="AqptJAocypqw+Nd2rdevpkjUlMBz2si2im0MOtLpKsztHb0CaV25R8qpoQn9Loe/FrswYNlSZSM+8SKwocAUtwoAAABTeyJvcmlnaW4iOiAiaHR0cDovLzEyNy4wLjAuMTo4MDAwIiwgImZlYXR1cmUiOiAiU21zUmVjZWl2ZXIiLCAiZXhwaXJ5IjogMjAwMDAwMDAwMH0=" />
<title>SmsReceiver - interfaces 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,
{
'Navigator': ['sms'],
'SMSReceiver': ['receive'],
'SMS': ['content'],
},
);
}, "Sms related interfaces 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