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

Unified Diff: chrome/browser/media/protected_media_identifier_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/media/protected_media_identifier_infobar_delegate.h
diff --git a/chrome/browser/media/protected_media_identifier_infobar_delegate.h b/chrome/browser/media/protected_media_identifier_infobar_delegate.h
index ef8acc0d307fe0d5914c24c40331e7da7068a8ba..29b458717e03087b2f25963083ad70b9c43ec7fc 100644
--- a/chrome/browser/media/protected_media_identifier_infobar_delegate.h
+++ b/chrome/browser/media/protected_media_identifier_infobar_delegate.h
@@ -35,7 +35,7 @@ class ProtectedMediaIdentifierInfoBarDelegate
int GetIconId() const override;
base::string16 GetMessageText() const override;
base::string16 GetLinkText() const override;
- bool LinkClicked(WindowOpenDisposition disposition) override;
+ GURL GetLinkURL() const override;
GURL requesting_frame_;
std::string display_languages_;

Powered by Google App Engine
This is Rietveld 408576698