| Index: chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm
|
| diff --git a/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm b/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm
|
| index cc8897d4e7692583d115c363dd61d96f79105a6e..5d30a795a16249a3c5d8d1f4f0a1e08c963647b4 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm
|
| +++ b/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm
|
| @@ -49,7 +49,9 @@ void CardUnmaskPromptViewBridge::ControllerGone() {
|
| void CardUnmaskPromptViewBridge::DisableAndWaitForVerification() {
|
| }
|
|
|
| -void CardUnmaskPromptViewBridge::GotVerificationResult(bool success) {
|
| +void CardUnmaskPromptViewBridge::GotVerificationResult(
|
| + const base::string16& error_message,
|
| + bool allow_retry) {
|
| }
|
|
|
| void CardUnmaskPromptViewBridge::OnConstrainedWindowClosed(
|
|
|