[Webkit-unassigned] [Bug 187419] [Curl] Remove unused AuthenticationManager static methods.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 6 15:59:03 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=187419

Basuke Suzuki <Basuke.Suzuki at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |Basuke.Suzuki at sony.com
           Assignee|webkit-unassigned at lists.web |Basuke.Suzuki at sony.com
                   |kit.org                     |
 Attachment #344472|                            |review?, commit-queue?
              Flags|                            |

--- Comment #1 from Basuke Suzuki <Basuke.Suzuki at sony.com> ---
Created attachment 344472

  --> https://bugs.webkit.org/attachment.cgi?id=344472&action=review

PATCH

I assume we can remove these static method declarations from Source/WebKit/Shared/Authentication/AuthenticationManager.h:

    static void receivedCredential(const WebCore::AuthenticationChallenge&, const WebCore::Credential&);
    static void receivedRequestToContinueWithoutCredential(const WebCore::AuthenticationChallenge&);
    static void receivedCancellation(const WebCore::AuthenticationChallenge&);
    static void receivedRequestToPerformDefaultHandling(const WebCore::AuthenticationChallenge&);
    static void receivedChallengeRejection(const WebCore::AuthenticationChallenge&);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180706/2397c746/attachment.html>


More information about the webkit-unassigned mailing list