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

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

Issue 1157733005: Make 'Google Smart Lock' a hyperlink in the password infobar on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 6 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: components/infobars/core/confirm_infobar_delegate.cc
diff --git a/components/infobars/core/confirm_infobar_delegate.cc b/components/infobars/core/confirm_infobar_delegate.cc
index daef8c1536e378967b41a85577d363425da1f0ad..784fe0f4bcdfbb322bcac0ef36283b9c76aa2619 100644
--- a/components/infobars/core/confirm_infobar_delegate.cc
+++ b/components/infobars/core/confirm_infobar_delegate.cc
@@ -19,6 +19,10 @@ InfoBarDelegate::InfoBarAutomationType
return CONFIRM_INFOBAR;
}
+gfx::Range ConfirmInfoBarDelegate::GetMessageLinkRange() const {
+ return gfx::Range();
+}
+
int ConfirmInfoBarDelegate::GetButtons() const {
return BUTTON_OK | BUTTON_CANCEL;
}

Powered by Google App Engine
This is Rietveld 408576698