Commit e0967d83 authored by Austin Tankiang's avatar Austin Tankiang Committed by Chromium LUCI CQ

Disable DriveFsBidirectionalNativeMessaging flag in tests by default

Tests expect this flag to be disabled, so this change ensures that, and
allows the flag to be used in a field trial testing configuration.

Bug: 1067346
Change-Id: I403ad113042de65f4ae7c9e888ce94124f7788f6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2610410Reviewed-by: default avatarLuciano Pacheco <lucmult@chromium.org>
Commit-Queue: Austin Tankiang <austinct@chromium.org>
Cr-Commit-Position: refs/heads/master@{#840093}
parent ac2f99ed
......@@ -1694,6 +1694,9 @@ void FileManagerBrowserTestBase::SetUpCommandLine(
if (options.drive_dss_pin) {
enabled_features.push_back(
chromeos::features::kDriveFsBidirectionalNativeMessaging);
} else {
disabled_features.push_back(
chromeos::features::kDriveFsBidirectionalNativeMessaging);
}
if (options.enable_sharesheet) {
......
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