| Index: chrome/browser/extensions/api/identity/web_auth_flow.cc
|
| diff --git a/chrome/browser/extensions/api/identity/web_auth_flow.cc b/chrome/browser/extensions/api/identity/web_auth_flow.cc
|
| index 2986b16eaddcedc85b92d95569025b87ae036907..fa2e3cf4b57642fcdfc3718f61190db0ec60ba1b 100644
|
| --- a/chrome/browser/extensions/api/identity/web_auth_flow.cc
|
| +++ b/chrome/browser/extensions/api/identity/web_auth_flow.cc
|
| @@ -207,7 +207,7 @@ void WebAuthFlow::Observe(int type,
|
| }
|
| }
|
|
|
| -void WebAuthFlow::RenderViewGone(base::TerminationStatus status) {
|
| +void WebAuthFlow::RenderProcessGone(base::TerminationStatus status) {
|
| if (delegate_)
|
| delegate_->OnAuthFlowFailure(WebAuthFlow::WINDOW_CLOSED);
|
| }
|
|
|