| Index: chrome/browser/android/search_geolocation_disclosure_tab_helper.cc
|
| diff --git a/chrome/browser/android/search_geolocation_disclosure_tab_helper.cc b/chrome/browser/android/search_geolocation_disclosure_tab_helper.cc
|
| index b8e967e82e6551ccda147b413c66c7259da92cfe..e786701240459fb003a9bf4bdc7ba6d691c5f67a 100644
|
| --- a/chrome/browser/android/search_geolocation_disclosure_tab_helper.cc
|
| +++ b/chrome/browser/android/search_geolocation_disclosure_tab_helper.cc
|
| @@ -71,7 +71,7 @@ void SearchGeolocationDisclosureTabHelper::
|
| return;
|
|
|
| // All good, let's show the disclosure.
|
| - SearchGeolocationDisclosureInfoBarDelegate::Create(web_contents());
|
| + SearchGeolocationDisclosureInfoBarDelegate::Create(web_contents(), gurl);
|
| }
|
|
|
| Profile* SearchGeolocationDisclosureTabHelper::GetProfile() {
|
|
|