Remove callback argument from HttpBasicState::Initialize().
HttpBasicState::Initialize() always succeeds, so remove callback argument and change return type to void. Why convert CompletionCallback to CompletionOnceCallback if one can safely remove it instead? :) Bug: 807724 Change-Id: I16244d0600a278139ba2e112373f95933245a1b2 Reviewed-on: https://chromium-review.googlesource.com/908635Reviewed-by:Eric Roman <eroman@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#535997}
Showing
Please register or sign in to comment