commit | 204a1bb81a777f9f744b307c1d141725e9fc9c3e | [log] [tgz] |
---|---|---|
author | Andy Paicu <[email protected]> | Thu Nov 12 21:50:14 2020 |
committer | Commit Bot <[email protected]> | Thu Nov 12 21:50:14 2020 |
tree | c5f239798434777832645b0247752207ccd4052e | |
parent | 8f9cd957badbae895826cf15bbe33e1f1673b2dd [diff] [blame] |
PermissionUISelector to make use of the prediction service. Unit and browser tests to be added in a follow-up. Tested against local service implementation. Design doc: go/permission-predictions-client-doc Bug: 1138595 Change-Id: Ie685853401f5ecc76fa7821092cf962f49cad0dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2526681 Commit-Queue: Andy Paicu <[email protected]> Commit-Queue: Balazs Engedy <[email protected]> Reviewed-by: Evan Stade <[email protected]> Reviewed-by: Balazs Engedy <[email protected]> Reviewed-by: Ravjit Singh Uppal <[email protected]> Cr-Commit-Position: refs/heads/master@{#826988}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc index 31f8597..d468ea28 100644 --- a/chrome/browser/about_flags.cc +++ b/chrome/browser/about_flags.cc
@@ -6710,6 +6710,10 @@ kAutofillEnableInfoBarAccountIndicationFooterForSyncUsers)}, #endif + {"permission-predictions", flag_descriptions::kPermissionPredictionsName, + flag_descriptions::kPermissionPredictionsDescription, kOsAll, + FEATURE_VALUE_TYPE(features::kPermissionPredictions)}, + // NOTE: Adding a new flag requires adding a corresponding entry to enum // "LoginCustomFlags" in tools/metrics/histograms/enums.xml. See "Flag // Histograms" in tools/metrics/histograms/README.md (run the