Chromium Code Reviews| Index: components/ui/chooser_controller/README |
| diff --git a/components/ui/chooser_controller/README b/components/ui/chooser_controller/README |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..55577200babb00d90e4998dcdd55143980a30dad |
| --- /dev/null |
| +++ b/components/ui/chooser_controller/README |
| @@ -0,0 +1,16 @@ |
| +This directory contains an interface for a chooser controller which has |
| +a list of options that users can pick one of. |
| + |
| +Here is the diagram of classes which use ChooserController. |
|
blundell
2016/05/20 07:26:39
Are these classes going to end up in this componen
juncai
2016/05/20 20:36:11
These classes are not in this component. Removed f
|
| + |
| + ChooserController BubbleDelegate |
| + ^ ^ |
| + | | |
| + ---------------------- |
| + | |
| + ChooserBubbleController device::UsbService::Observer |
| + ^ ^ ^ |
| + | | | |
| + | ----------------------------- |
| + | | |
| + BluetoothChooserBubbleController UsbChooserBubbleController |