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

Unified Diff: components/chooser_controller/README

Issue 1984923002: Refactor ChooserBubbleController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated README for ChooserController 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/chooser_controller/README
diff --git a/components/chooser_controller/README b/components/chooser_controller/README
new file mode 100644
index 0000000000000000000000000000000000000000..55577200babb00d90e4998dcdd55143980a30dad
--- /dev/null
+++ b/components/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.
+
+ ChooserController BubbleDelegate
+ ^ ^
+ | |
+ ----------------------
+ |
+ ChooserBubbleController device::UsbService::Observer
+ ^ ^ ^
+ | | |
+ | -----------------------------
+ | |
+ BluetoothChooserBubbleController UsbChooserBubbleController

Powered by Google App Engine
This is Rietveld 408576698