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

Unified Diff: chrome/browser/ui/android/bluetooth_chooser_android.h

Issue 1672103002: Pass the frame instead of the WebContents through RunBluetoothChooser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@doc-bubble-lifetimes
Patch Set: Fix Android Created 4 years, 10 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/android/bluetooth_chooser_android.h
diff --git a/chrome/browser/ui/android/bluetooth_chooser_android.h b/chrome/browser/ui/android/bluetooth_chooser_android.h
index 53cd9f83796d5e0d11cf1f91b58a31f13bcefd6e..d090c9e55381f3cce122110985fa4651faf5a6df 100644
--- a/chrome/browser/ui/android/bluetooth_chooser_android.h
+++ b/chrome/browser/ui/android/bluetooth_chooser_android.h
@@ -17,9 +17,8 @@ class Origin;
// options.
class BluetoothChooserAndroid : public content::BluetoothChooser {
public:
- BluetoothChooserAndroid(content::WebContents* web_contents,
- const EventHandler& event_handler,
- const url::Origin& origin);
+ BluetoothChooserAndroid(content::RenderFrameHost* frame,
+ const EventHandler& event_handler);
~BluetoothChooserAndroid() override;
// content::BluetoothChooser:
« no previous file with comments | « chrome/browser/android/tab_web_contents_delegate_android.cc ('k') | chrome/browser/ui/android/bluetooth_chooser_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698