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

Unified Diff: chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.h

Issue 2086663003: Change ChooserController ownership model (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changed some Cocoa function names to start with lowercase letter Created 4 years, 6 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: chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.h
diff --git a/chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.h b/chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.h
index 09ac47de42d8ac70d78be92444b5952af13bd7c1..acb895aeb4e31e780ebbe008b8d9aa5f45b7f8c0 100644
--- a/chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.h
+++ b/chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.h
@@ -27,7 +27,7 @@ class BluetoothChooserDesktop : public content::BluetoothChooser {
void RemoveDevice(const std::string& device_id) override;
private:
- // Weak. ChooserBubbleDelegate owns it.
+ // Weak. ChooserContentView(non-Mac)/ChooserContentViewCocoa(Mac) owns it.
BluetoothChooserController* bluetooth_chooser_controller_;
DISALLOW_COPY_AND_ASSIGN(BluetoothChooserDesktop);

Powered by Google App Engine
This is Rietveld 408576698