commit | 210cd2836923fb04eb91610c1698941b4c7151ef | [log] [tgz] |
---|---|---|
author | Ravjit <[email protected]> | Thu Sep 15 17:12:48 2022 |
committer | Chromium LUCI CQ <[email protected]> | Thu Sep 15 17:12:48 2022 |
tree | 26eeca53e3677acd7bcba52bc8899d59922d2cf8 | |
parent | 520acf7c2272ba42a04c90cf9c3d8c6de4baaebd [diff] [blame] |
Add support for on-device prediction of geolocation permission requests. Extend the On Device permission suggestion service to support Geolocation permission request types as well. Bug: 1363695 Change-Id: I08f7532cabc8fc6e26a824246fc91f02cf564853 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3813637 Reviewed-by: Sophie Chang <[email protected]> Reviewed-by: Andy Paicu <[email protected]> Commit-Queue: Ravjit Uppal <[email protected]> Reviewed-by: Monica Basta <[email protected]> Cr-Commit-Position: refs/heads/main@{#1047552}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn index 80f2108..c41fe71 100644 --- a/chrome/browser/BUILD.gn +++ b/chrome/browser/BUILD.gn
@@ -7823,8 +7823,8 @@ if (build_with_tflite_lib) { sources += [ - "permissions/prediction_model_handler_factory.cc", - "permissions/prediction_model_handler_factory.h", + "permissions/prediction_model_handler_provider_factory.cc", + "permissions/prediction_model_handler_provider_factory.h", ] deps += [ "//components/segmentation_platform/internal:optimization_guide_segmentation_handler" ] }