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

Unified 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 side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698