0
Files
src/ash/picker
Jing Wang c60118c6c8 picker: add source to text results
This is required for logging metrics of the category of inserted results.

Bug: b:322927522
Change-Id: I49846c0f5d6f372e27c707bf3f09ab2a86f9e665
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5467907
Reviewed-by: Darren Shen <shend@chromium.org>
Commit-Queue: Jing Wang <jiwan@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1291005}
2024-04-23 00:57:19 +00:00
..
2024-04-23 00:57:19 +00:00
2024-04-19 08:46:23 +00:00
2024-03-15 03:20:06 +00:00

Picker

An updated picker for Ash.

Key Components

  • model/: The data model to be rendered.
  • views/: The UI related code.
  • metrics/: Code for recording metrics.
  • PickerController: Controls the visibility of the Picker.
  • PickerClient: Used by PickerController to talk to the browser.