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

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: Sync 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/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index c20478cd55e28f4a654fa01fd2782e2e4f9fcd7c..b0a018b28de72ba065a12862e46c12e900bc44e0 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -479,7 +479,7 @@ class Browser : public TabStripModelObserver,
content::WebContents* web_contents,
int cert_id) override;
scoped_ptr<content::BluetoothChooser> RunBluetoothChooser(
- content::WebContents* web_contents,
+ content::RenderFrameHost* frame,
const content::BluetoothChooser::EventHandler& event_handler,
const url::Origin& origin) override;
bool RequestAppBanner(content::WebContents* web_contents) override;

Powered by Google App Engine
This is Rietveld 408576698