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

Unified Diff: chrome/browser/gpu/three_d_api_observer.cc

Issue 2550553002: Remove broken link from WebGL infobar. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gpu/three_d_api_observer.cc
diff --git a/chrome/browser/gpu/three_d_api_observer.cc b/chrome/browser/gpu/three_d_api_observer.cc
index 543f2b9fe346f525d5b4463bcb63705321d7812d..5094382f2e80a428775bc33518a8814f1a4b7690 100644
--- a/chrome/browser/gpu/three_d_api_observer.cc
+++ b/chrome/browser/gpu/three_d_api_observer.cc
@@ -47,8 +47,6 @@ class ThreeDAPIInfoBarDelegate : public ConfirmInfoBarDelegate {
base::string16 GetButtonLabel(InfoBarButton button) const override;
bool Accept() override;
bool Cancel() override;
- base::string16 GetLinkText() const override;
- GURL GetLinkURL() const override;
GURL url_;
content::ThreeDAPIType requester_;
@@ -152,15 +150,6 @@ bool ThreeDAPIInfoBarDelegate::Cancel() {
return true;
}
-base::string16 ThreeDAPIInfoBarDelegate::GetLinkText() const {
- return l10n_util::GetStringUTF16(IDS_LEARN_MORE);
-}
-
-GURL ThreeDAPIInfoBarDelegate::GetLinkURL() const {
- return GURL("https://support.google.com/chrome/?p=ib_webgl");
-}
-
-
// ThreeDAPIObserver ----------------------------------------------------------
ThreeDAPIObserver::ThreeDAPIObserver() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698