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

Unified Diff: chrome/browser/android/search_geolocation/search_geolocation_disclosure_infobar_delegate.h

Issue 2909583002: Use the name of the default search engine in the search geo disclosure. (Closed)
Patch Set: Created 3 years, 7 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/search_geolocation/search_geolocation_disclosure_infobar_delegate.h
diff --git a/chrome/browser/android/search_geolocation/search_geolocation_disclosure_infobar_delegate.h b/chrome/browser/android/search_geolocation/search_geolocation_disclosure_infobar_delegate.h
index 61a998bedb9546169ff247e6be949adfdac3140c..c9354457c006e5d062d43592da62ff977ec0628b 100644
--- a/chrome/browser/android/search_geolocation/search_geolocation_disclosure_infobar_delegate.h
+++ b/chrome/browser/android/search_geolocation/search_geolocation_disclosure_infobar_delegate.h
@@ -35,7 +35,8 @@ class SearchGeolocationDisclosureInfoBarDelegate
// Create and show the infobar.
static void Create(content::WebContents* web_contents,
- const GURL& search_url);
+ const GURL& search_url,
+ const base::string16& search_engine_name);
// Determine if there is a search geolocation disclosure infobar already open.
static bool IsSearchGeolocationDisclosureOpen(
@@ -57,7 +58,8 @@ class SearchGeolocationDisclosureInfoBarDelegate
explicit SearchGeolocationDisclosureInfoBarDelegate(
content::WebContents* web_contents,
- const GURL& search_url);
+ const GURL& search_url,
+ const base::string16& search_engine_name);
// InfoBarDelegate:
void InfoBarDismissed() override;

Powered by Google App Engine
This is Rietveld 408576698