| Index: chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc
|
| diff --git a/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc b/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc
|
| index e25ba6b8e5059e5f9b111419fbf19567495a3c33..013555cd3c8754cc0f8bfc89108abd28ac4ed012 100644
|
| --- a/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc
|
| +++ b/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc
|
| @@ -54,16 +54,16 @@ RegisterProtocolHandlerInfoBarDelegate::
|
| ~RegisterProtocolHandlerInfoBarDelegate() {
|
| }
|
|
|
| -infobars::InfoBarDelegate::InfoBarAutomationType
|
| -RegisterProtocolHandlerInfoBarDelegate::GetInfoBarAutomationType() const {
|
| - return RPH_INFOBAR;
|
| -}
|
| -
|
| infobars::InfoBarDelegate::Type
|
| RegisterProtocolHandlerInfoBarDelegate::GetInfoBarType() const {
|
| return PAGE_ACTION_TYPE;
|
| }
|
|
|
| +infobars::InfoBarDelegate::InfoBarAutomationType
|
| +RegisterProtocolHandlerInfoBarDelegate::GetInfoBarAutomationType() const {
|
| + return RPH_INFOBAR;
|
| +}
|
| +
|
| RegisterProtocolHandlerInfoBarDelegate*
|
| RegisterProtocolHandlerInfoBarDelegate::
|
| AsRegisterProtocolHandlerInfoBarDelegate() {
|
|
|