| Index: chrome/browser/media/media_stream_infobar_delegate.h
|
| diff --git a/chrome/browser/media/media_stream_infobar_delegate.h b/chrome/browser/media/media_stream_infobar_delegate.h
|
| index 9bf55d7f570033458a942c569581d65a91d4a8e4..1aa001a3638476328eed257f2a330f543f22f44d 100644
|
| --- a/chrome/browser/media/media_stream_infobar_delegate.h
|
| +++ b/chrome/browser/media/media_stream_infobar_delegate.h
|
| @@ -49,7 +49,7 @@ class MediaStreamInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| bool Accept() override;
|
| bool Cancel() override;
|
| base::string16 GetLinkText() const override;
|
| - bool LinkClicked(WindowOpenDisposition disposition) override;
|
| + GURL GetLinkURL() const override;
|
|
|
| scoped_ptr<MediaStreamDevicesController> controller_;
|
|
|
|
|