Chromium Code Reviews| Index: WebCore/loader/ThreadableLoaderClientWrapper.h |
| =================================================================== |
| --- WebCore/loader/ThreadableLoaderClientWrapper.h (revision 10232) |
| +++ WebCore/loader/ThreadableLoaderClientWrapper.h (working copy) |
| @@ -80,6 +80,12 @@ |
| m_client->didFail(error); |
| } |
| + void didFailRedirectCheck() |
| + { |
| + if (m_client) |
| + m_client->didFailRedirectCheck(); |
| + } |
| + |
| void didReceiveAuthenticationCancellation(const ResourceResponse& response) |
| { |
| if (m_client) |