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

Unified Diff: chrome/browser/ui/browser.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
« no previous file with comments | « chrome/browser/ui/android/bluetooth_chooser_android.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index c20478cd55e28f4a654fa01fd2782e2e4f9fcd7c..99fd1629278a10a5739aae8c48ff6aa3b108da95 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -479,9 +479,8 @@ class Browser : public TabStripModelObserver,
content::WebContents* web_contents,
int cert_id) override;
scoped_ptr<content::BluetoothChooser> RunBluetoothChooser(
- content::WebContents* web_contents,
- const content::BluetoothChooser::EventHandler& event_handler,
- const url::Origin& origin) override;
+ content::RenderFrameHost* frame,
+ const content::BluetoothChooser::EventHandler& event_handler) override;
bool RequestAppBanner(content::WebContents* web_contents) override;
bool is_type_tabbed() const { return type_ == TYPE_TABBED; }
« no previous file with comments | « chrome/browser/ui/android/bluetooth_chooser_android.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698