| Index: chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc
|
| ===================================================================
|
| --- chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc (revision 105162)
|
| +++ chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc (working copy)
|
| @@ -94,6 +94,6 @@
|
| owner()->tab_contents()->OpenURL(google_util::AppendGoogleLocaleParam(GURL(
|
| chrome::kLearnMoreRegisterProtocolHandlerURL)), GURL(),
|
| (disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition,
|
| - PageTransition::LINK);
|
| + content::PAGE_TRANSITION_LINK);
|
| return false;
|
| }
|
|
|