Commit 684b09ba authored by Hazim Mohamed's avatar Hazim Mohamed Committed by Commit Bot

[NativeFS] Changed Drag & Drop from test feature to experimental

Change NativeFS Drag & Drop from a 'test' runtime enabled feature to an
'experimental' runtime enabled feature. This will enable NativeFS drag
and drop by default if enable-experimental-web-platform-features flag
is set.

Bug: 1080811
Change-Id: Ie3fcc4a28f22a3287cf64607b90e44a0f7767607
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2356188Reviewed-by: default avatarMarijn Kruisselbrink <mek@chromium.org>
Reviewed-by: default avatarJeremy Roman <jbroman@chromium.org>
Commit-Queue: Hazim Mohamed <hazimmohamed@google.com>
Commit-Queue: Jeremy Roman <jbroman@chromium.org>
Auto-Submit: Hazim Mohamed <hazimmohamed@google.com>
Cr-Commit-Position: refs/heads/master@{#798186}
parent 6aa1455d
...@@ -38,10 +38,6 @@ class NativeFileSystemDragDropBrowserTest : public ContentBrowserTest { ...@@ -38,10 +38,6 @@ class NativeFileSystemDragDropBrowserTest : public ContentBrowserTest {
// Enable experimental web platform features to enable write access. // Enable experimental web platform features to enable write access.
command_line->AppendSwitch( command_line->AppendSwitch(
switches::kEnableExperimentalWebPlatformFeatures); switches::kEnableExperimentalWebPlatformFeatures);
// TODO(hazimmohamed): Remove this switch when NativeFileSystemDragAndDrop
// becomes part of kEnableExperimentalWebPlatformFeatures.
command_line->AppendSwitchASCII(switches::kEnableBlinkFeatures,
"NativeFileSystemDragAndDrop");
} }
void TearDown() override { void TearDown() override {
......
...@@ -1211,7 +1211,7 @@ ...@@ -1211,7 +1211,7 @@
}, },
{ {
name: "NativeFileSystemDragAndDrop", name: "NativeFileSystemDragAndDrop",
status: "test" status: "experimental"
}, },
{ {
name: "NativeIO", name: "NativeIO",
......
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