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

Unified Diff: components/infobars/core/infobar_delegate.cc

Issue 2475213002: Update the Google Search geolocation disclosure to make it more obvious. (Closed)
Patch Set: 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: components/infobars/core/infobar_delegate.cc
diff --git a/components/infobars/core/infobar_delegate.cc b/components/infobars/core/infobar_delegate.cc
index 4514ed59a763c081c2a6751bf276c5fcebf7e863..387903377d007bb999d716e56b9478cadf4bef0f 100644
--- a/components/infobars/core/infobar_delegate.cc
+++ b/components/infobars/core/infobar_delegate.cc
@@ -139,6 +139,11 @@ offline_pages::OfflinePageInfoBarDelegate*
InfoBarDelegate::AsOfflinePageInfoBarDelegate() {
return nullptr;
}
+
+SearchGeolocationDisclosureInfoBarDelegate*
+InfoBarDelegate::AsSearchGeolocationDisclosureInfoBarDelegate() {
+ return nullptr;
+}
#endif
InfoBarDelegate::InfoBarDelegate() : nav_entry_id_(0) {
« components/infobars/core/infobar_delegate.h ('K') | « components/infobars/core/infobar_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698