Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This directory contains an interface for a chooser controller which has | |
| 2 a list of options that users can pick one of. | |
| 3 | |
| 4 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
| |
| 5 | |
| 6 ChooserController BubbleDelegate | |
| 7 ^ ^ | |
| 8 | | | |
| 9 ---------------------- | |
| 10 | | |
| 11 ChooserBubbleController device::UsbService::Observer | |
| 12 ^ ^ ^ | |
| 13 | | | | |
| 14 | ----------------------------- | |
| 15 | | | |
| 16 BluetoothChooserBubbleController UsbChooserBubbleController | |
| OLD | NEW |