Commit 9515f64d authored by Patrick Monette's avatar Patrick Monette Committed by Commit Bot

Make the WinOOPSelectFileDialog feature disabled by default

The feature was incorrectly committed as enabled by default in this CL:
https://chromium-review.googlesource.com/c/chromium/src/+/1241563

Bug: 884075
Tbr: sky@chromium.org
Change-Id: I8d7df2adcd4d774684d1e24ce3b109ea43e7e7cb
Reviewed-on: https://chromium-review.googlesource.com/c/1305879Reviewed-by: default avatarPatrick Monette <pmonette@chromium.org>
Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Patrick Monette <pmonette@chromium.org>
Cr-Commit-Position: refs/heads/master@{#603612}
parent 60b53b5d
...@@ -26,7 +26,7 @@ namespace { ...@@ -26,7 +26,7 @@ namespace {
// This feature controls whether or not file dialogs are executed in a utility // This feature controls whether or not file dialogs are executed in a utility
// process on Windows. // process on Windows.
base::Feature kWinOOPSelectFileDialog{"WinOOPSelectFileDialog", base::Feature kWinOOPSelectFileDialog{"WinOOPSelectFileDialog",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
} // namespace } // namespace
std::unique_ptr<service_manager::Connector> GetConnectorOnUIThread() { std::unique_ptr<service_manager::Connector> GetConnectorOnUIThread() {
......
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