Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Issue 7477055: Change HttpAuthHandlerMock to accept and return more than one (Closed)

Created:
9 years, 4 months ago by Ryan Hamilton
Modified:
9 years, 4 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Change HttpAuthHandlerMock to accept and return more than one http_auth_handler. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96481

Patch Set 1 : '' #

Total comments: 4

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -30 lines) Patch
M net/http/http_auth_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_auth_handler_mock.h View 1 4 chunks +6 lines, -5 lines 0 comments Download
M net/http/http_auth_handler_mock.cc View 1 3 chunks +7 lines, -6 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 4 chunks +19 lines, -18 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Ryan Hamilton
Hi Chris, Can you take a look at this CL? It tweaks HttpAuthHandlerMock as we ...
9 years, 4 months ago (2011-08-03 20:55:34 UTC) #1
cbentzel
LGTM http://codereview.chromium.org/7477055/diff/6001/net/http/http_auth_handler_mock.cc File net/http/http_auth_handler_mock.cc (right): http://codereview.chromium.org/7477055/diff/6001/net/http/http_auth_handler_mock.cc#newcode160 net/http/http_auth_handler_mock.cc:160: scoped_ptr<HttpAuthHandler> tmp_handler(handlers_[target][0]); I'd add an alias to handlers_[target].get() ...
9 years, 4 months ago (2011-08-03 21:22:09 UTC) #2
cbentzel
Also - you may need to change the copyright's to 2011 in the files. http://codereview.chromium.org/7477055/diff/6001/net/http/http_auth_handler_mock.h ...
9 years, 4 months ago (2011-08-03 21:27:38 UTC) #3
Ryan Hamilton
I've also updated the copyright. Thans for the LGTM! http://codereview.chromium.org/7477055/diff/6001/net/http/http_auth_handler_mock.cc File net/http/http_auth_handler_mock.cc (right): http://codereview.chromium.org/7477055/diff/6001/net/http/http_auth_handler_mock.cc#newcode160 net/http/http_auth_handler_mock.cc:160: ...
9 years, 4 months ago (2011-08-03 22:03:37 UTC) #4
cbentzel
LGTM
9 years, 4 months ago (2011-08-11 21:28:52 UTC) #5
commit-bot: I haz the power
9 years, 4 months ago (2011-08-11 23:07:11 UTC) #6
Change committed as 96481

Powered by Google App Engine
This is Rietveld 408576698