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

Unified Diff: chrome/browser/android/tab_web_contents_delegate_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: 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/android/tab_web_contents_delegate_android.h
diff --git a/chrome/browser/android/tab_web_contents_delegate_android.h b/chrome/browser/android/tab_web_contents_delegate_android.h
index e2fbdb740b034f3cb48bccfa44beaa65eb1bed04..2899487f4e9e1754457254363f72fec0b39dcb27 100644
--- a/chrome/browser/android/tab_web_contents_delegate_android.h
+++ b/chrome/browser/android/tab_web_contents_delegate_android.h
@@ -43,7 +43,7 @@ class TabWebContentsDelegateAndroid
void RunFileChooser(content::WebContents* web_contents,
const content::FileChooserParams& params) override;
scoped_ptr<content::BluetoothChooser> RunBluetoothChooser(
- content::WebContents* web_contents,
+ content::RenderFrameHost* frame,
const content::BluetoothChooser::EventHandler& event_handler,
const url::Origin& origin) override;
void CloseContents(content::WebContents* web_contents) override;

Powered by Google App Engine
This is Rietveld 408576698