Commit 0ef734f4 authored by Devlin Cronin's avatar Devlin Cronin Committed by Commit Bot

[Extensions Bindings] Add a fieldtrial testing config entry for native bindings

We're getting ready to roll extension bindings out to beta, so add a
fieldtrial testing config entry for the experiment to have it run by
default on the bots.

Bug: 763564

Change-Id: Ibdf83e16cbc10e4c62e2304cf14cd7c24377bc31
Reviewed-on: https://chromium-review.googlesource.com/1108192Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Reviewed-by: default avatarIstiaque Ahmed <lazyboy@chromium.org>
Commit-Queue: Devlin <rdevlin.cronin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#569277}
parent 5bc9720b
......@@ -492,8 +492,7 @@ IN_PROC_BROWSER_TEST_F(ErrorConsoleBrowserTest, BadAPIArgumentsRuntimeError) {
message =
"Uncaught TypeError: Error in invocation of "
"tabs.get(integer tabId, function callback): "
"Error at parameter 'tabId': Invalid type: "
"expected integer, found string.";
"No matching signature.";
} else {
// API calls are checked in schemaUtils.js with JS bindings.
source = "extensions::" + std::string(kSchemaUtils);
......
......@@ -2345,6 +2345,24 @@
]
}
],
"NativeCrxBindings": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"win"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"NativeCrxBindings"
]
}
]
}
],
"NetworkQualityEstimator": [
{
"platforms": [
......
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