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

Unified Diff: net/http/http_auth_handler.h

Issue 6103003: Remove auth token generation timing histograms.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Remove #include time from header Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/http/http_auth_handler.cc » ('j') | net/http/http_auth_handler.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | net/http/http_auth_handler.cc » ('j') | net/http/http_auth_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698