Skip to content

Commit

Permalink
Wire up ShillSandboxing flag to be enabled by default
Browse files Browse the repository at this point in the history
In a previous CL:1173260 I meant to wire up this feature flag to be
enabled by default. Somehow I mistakenly landed the code with the
FEATURE_DISABLED_BY_DEFAULT flag instead.

Bug: 649417
Test: Same as CL:1173260
Change-Id: I2154749addb0539be9a2ef53c368d80dc10bee41
Reviewed-on: https://chromium-review.googlesource.com/1190644
Reviewed-by: Mattias Nissler <mnissler@chromium.org>
Commit-Queue: Micah Morton <mortonm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#586444}
  • Loading branch information
micah-morton authored and Commit Bot committed Aug 27, 2018
1 parent b5034e0 commit e034d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/common/chrome_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ const base::Feature kUsbguard{"USBGuard", base::FEATURE_ENABLED_BY_DEFAULT};

// Enable running shill in a minijail sandbox on Chrome OS.
const base::Feature kShillSandboxing{"ShillSandboxing",
base::FEATURE_DISABLED_BY_DEFAULT};
base::FEATURE_ENABLED_BY_DEFAULT};
#endif // defined(OS_CHROMEOS)

// Enable showing a tab-modal dialog while a Web Authentication API request is
Expand Down

0 comments on commit e034d16

Please sign in to comment.