Sign in
chromium
/
chromium
/
src
/
8a4a75fcd8087fa901b5209b06cb321ad6b9f516
/
.
/
ash
/
picker
tree: a4a6223e8436d127474543f5966a250c5699dfc9 [
path history
]
[
tgz
]
model/
views/
DIR_METADATA
OWNERS
picker_controller.cc
picker_controller.h
picker_controller_unittest.cc
picker_insert_media_request.cc
picker_insert_media_request.h
picker_insert_media_request_unittest.cc
picker_session_metrics.cc
picker_session_metrics.h
picker_session_metrics_unittest.cc
README.md
ash/picker/README.md
Picker
An updated picker for Ash.
Key Components
model/
: The data model to be rendered.
views/
: The UI related code.
PickerController
: Controls the visibility of the Picker.
PickerClient
: Used by
PickerController
to talk to the browser.