virtual void NetworkLoaderClient::canAuthenticateAgainstProtectionSpace(NetworkResourceLoader*, const WebCore::ProtectionSpace&) = 0; is implemented by AsynchronousNetworkLoaderClient and SynchronousNetworkLoaderClient. - AsynchronousNetworkLoaderClient implementation uses Messages::WebResourceLoader::CanAuthenticateAgainstProtectionSpace() - SynchronousNetworkLoaderClient implementation uses NetworkResourceLoader::continueCanAuthenticateAgainstProtectionSpace() Both of them are inside USE(PROTECTION_SPACE_AUTH_CALLBACK), so all functions use them should be inside the same if guard.
Created attachment 209739 [details] Patch
ping for review, please :)
Comment on attachment 209739 [details] Patch Clearing flags on attachment: 209739 Committed r154895: <http://trac.webkit.org/changeset/154895>
All reviewed patches have been landed. Closing bug.