| Index: net/http/http_auth_handler.h
|
| ===================================================================
|
| --- net/http/http_auth_handler.h (revision 70507)
|
| +++ net/http/http_auth_handler.h (working copy)
|
| @@ -9,15 +9,10 @@
|
| #include <string>
|
|
|
| #include "base/string16.h"
|
| -#include "base/time.h"
|
| #include "net/base/completion_callback.h"
|
| #include "net/base/net_log.h"
|
| #include "net/http/http_auth.h"
|
|
|
| -namespace base {
|
| -class Histogram;
|
| -}
|
| -
|
| namespace net {
|
|
|
| struct HttpRequestInfo;
|
| @@ -206,13 +201,9 @@
|
| private:
|
| void OnGenerateAuthTokenComplete(int rv);
|
| void FinishGenerateAuthToken();
|
| - static std::string GenerateHistogramNameFromScheme(const std::string& scheme);
|
|
|
| CompletionCallback* original_callback_;
|
| CompletionCallbackImpl<HttpAuthHandler> wrapper_callback_;
|
| - // When GenerateAuthToken was called.
|
| - base::TimeTicks generate_auth_token_start_;
|
| - scoped_refptr<base::Histogram> histogram_;
|
| };
|
|
|
| } // namespace net
|
|
|