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

Unified Diff: chrome/browser/android/search_geolocation_disclosure_tab_helper.cc

Issue 2482023002: Put a Settings link on the new Google Search geolocation disclosure. (Closed)
Patch Set: Feedback Created 4 years, 1 month 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/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() {

Powered by Google App Engine
This is Rietveld 408576698