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

Unified Diff: chrome/browser/password_manager/password_manager_infobar_delegate.h

Issue 1361253002: Separate the URL of an infobar link with clicking on it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pkasting Created 5 years, 3 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/password_manager/password_manager_infobar_delegate.h
diff --git a/chrome/browser/password_manager/password_manager_infobar_delegate.h b/chrome/browser/password_manager/password_manager_infobar_delegate.h
index 3c4748faa5ed3fdb168d2f1935fc429a68be5a22..9314db40c111ba3d6209a580fa684cf62c0131c1 100644
--- a/chrome/browser/password_manager/password_manager_infobar_delegate.h
+++ b/chrome/browser/password_manager/password_manager_infobar_delegate.h
@@ -22,6 +22,7 @@ class PasswordManagerInfoBarDelegate : public ConfirmInfoBarDelegate {
int GetIconId() const override;
bool ShouldExpire(const NavigationDetails& details) const override;
base::string16 GetMessageText() const override;
+ GURL GetLinkURL() const override;
bool LinkClicked(WindowOpenDisposition disposition) override;
protected:

Powered by Google App Engine
This is Rietveld 408576698