Index: chrome/browser/extensions/api/identity/identity_api.h |
diff --git a/chrome/browser/extensions/api/identity/identity_api.h b/chrome/browser/extensions/api/identity/identity_api.h |
index 9819850738a1bd6db3d09e9a679571b0c7dd09e9..1ede33408b7a2cff0586be50dd6ea122978208ed 100644 |
--- a/chrome/browser/extensions/api/identity/identity_api.h |
+++ b/chrome/browser/extensions/api/identity/identity_api.h |
@@ -167,6 +167,7 @@ class IdentityLaunchWebAuthFlowFunction : public AsyncExtensionFunction, |
// WebAuthFlow::Delegate implementation. |
virtual void OnAuthFlowFailure(WebAuthFlow::Failure failure) OVERRIDE; |
virtual void OnAuthFlowURLChange(const GURL& redirect_url) OVERRIDE; |
+ virtual void OnAuthFlowClosed() OVERRIDE; |
// Helper to initialize final URLs vector. |
void InitFinalRedirectURLPrefixes(const std::string& extension_id); |