Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Side by Side Diff: components/ui/chooser_controller/README

Issue 1984923002: Refactor ChooserBubbleController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698