Commit 94cf7edb authored by Yuchen Liu's avatar Yuchen Liu Committed by Commit Bot

Revert "[chromecast] Enable new QueryableData bindings on Linux"

This reverts commit 3fe28bd3.

Reason for revert: Break Android. Revert to unblock internal CQ.

Original change's description:
> [chromecast] Enable new QueryableData bindings on Linux
> 
> Set the new QueryableData JS bindings feature on.
> 
> Bug: internal b/138623432
> Test: E2E manually test
> Change-Id: Ia1a3e4f650aeabee3aae90f9e764a63c2d9213b5
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1891738
> Auto-Submit: Jiawei Li <lijiawei@chromium.org>
> Reviewed-by: Yuchen Liu <yucliu@chromium.org>
> Commit-Queue: Jiawei Li <lijiawei@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#711043}

TBR=yucliu@chromium.org,lijiawei@chromium.org

# Not skipping CQ checks because original CL landed > 1 day ago.

Bug: internal b/138623432
Change-Id: I798ac7fbf55e16597347748ba7f2c4af4156761c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902710Reviewed-by: default avatarYuchen Liu <yucliu@chromium.org>
Commit-Queue: Yuchen Liu <yucliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#713267}
parent da2263a9
......@@ -153,7 +153,7 @@ const base::Feature kEnableGeneralAudienceBrowsing{
// Uses unified IPC QueryableData bindings backend instead of v8 injection.
const base::Feature kUseQueryableDataBackend{"use_queryable_data_backend",
base::FEATURE_ENABLED_BY_DEFAULT};
base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kEnableSideGesturePassThrough{
"enable_side_gesture_pass_through", base::FEATURE_DISABLED_BY_DEFAULT};
......
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