Skip to content

Commit

Permalink
Enable PasswordSearch feature by default
Browse files Browse the repository at this point in the history
As we have all approvals and the feature will fully launch with 66,
enable it by default.

Bug: 794108
Change-Id: I2cc5badc77391ff8bfe56b8653381c3648fd06a7
Reviewed-on: https://chromium-review.googlesource.com/999516
Reviewed-by: Vadym Doroshenko <dvadym@chromium.org>
Commit-Queue: Friedrich Horschig <fhorschig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#548797}
  • Loading branch information
FHorschig authored and Commit Bot committed Apr 6, 2018
1 parent 7ec6da3 commit 59fe299
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const base::Feature kPasswordImport = {"PasswordImport",

// Allows searching for saved passwords in the settings page on mobile devices.
const base::Feature kPasswordSearchMobile = {"PasswordSearchMobile",
base::FEATURE_DISABLED_BY_DEFAULT};
base::FEATURE_ENABLED_BY_DEFAULT};

// Enables the experiment for the password manager to only fill on account
// selection, rather than autofilling on page load, with highlighting of fields.
Expand Down

0 comments on commit 59fe299

Please sign in to comment.