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

Issue 6103003: Remove auth token generation timing histograms.... (Closed)

Created:
9 years, 11 months ago by cbentzel
Modified:
9 years, 7 months ago
Reviewers:
wtc, asanka (google)
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Remove auth token generation timing histograms. These didn't turn out to be terribly useful, and add some complexity to HttpAuthHandler. BUG=NONE TEST=targets build Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70740

Patch Set 1 #

Patch Set 2 : Remove #include histogram #

Patch Set 3 : Remove #include time from header #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -29 lines) Patch
M net/http/http_auth_handler.h View 1 2 2 chunks +0 lines, -9 lines 0 comments Download
M net/http/http_auth_handler.cc View 1 5 chunks +0 lines, -20 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
cbentzel
9 years, 11 months ago (2011-01-06 18:26:07 UTC) #1
cbentzel
9 years, 11 months ago (2011-01-06 18:28:13 UTC) #2
asanka (google)
LGTM
9 years, 11 months ago (2011-01-06 20:18:33 UTC) #3
wtc
9 years, 11 months ago (2011-01-11 20:33:10 UTC) #4
LGTM.

http://codereview.chromium.org/6103003/diff/9001/net/http/http_auth_handler.cc
File net/http/http_auth_handler.cc (right):

http://codereview.chromium.org/6103003/diff/9001/net/http/http_auth_handler.c...
net/http/http_auth_handler.cc:9: #include "base/stringprintf.h"
Nit: I suspect we can remove "base/stringprintf.h" now
because the base::StringPrintf call is gone.

Probably "base/string_util.h" also.

Powered by Google App Engine
This is Rietveld 408576698