Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index 1f41d7c9b7d0f2a8be2a16c862c2d47e39dbb60c..5c9f3bc340568b4fc903c760461b1753fa556d4d 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -1434,7 +1434,7 @@ scoped_ptr<content::BluetoothChooser> Browser::RunBluetoothChooser( |
new BluetoothChooserDesktop(event_handler)); |
Browser* browser = chrome::FindBrowserWithWebContents(web_contents); |
scoped_ptr<BluetoothChooserBubbleDelegate> bubble_delegate( |
- new BluetoothChooserBubbleDelegate(browser)); |
+ new BluetoothChooserBubbleDelegate(browser, web_contents, origin)); |
BluetoothChooserBubbleDelegate* bubble_delegate_ptr = bubble_delegate.get(); |
// Wire the ChooserBubbleDelegate to the BluetoothChooser. |