| 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() {
|
|
|