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

Unified Diff: net/url_request/url_request_throttler_manager.h

Issue 6538061: Removing AccessLog class. This is a partial revert of yzshen's r74872. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 10 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/url_request/url_request_throttler_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_throttler_manager.h
diff --git a/net/url_request/url_request_throttler_manager.h b/net/url_request/url_request_throttler_manager.h
index 456e84cdc276753af4df228854349e4ce0175b57..58d1985908af9f6a7da0690f4e1037bcb0a51347 100644
--- a/net/url_request/url_request_throttler_manager.h
+++ b/net/url_request/url_request_throttler_manager.h
@@ -102,12 +102,6 @@ class URLRequestThrottlerManager {
// period.
bool enforce_throttling_;
- // Whether to record threads that have accessed the URLRequestThrottlerManager
- // singleton object.
- // TODO(yzshen): It is used for diagnostic purpose and should be removed once
- // we figure out crbug.com/71721
- bool record_access_log_;
-
DISALLOW_COPY_AND_ASSIGN(URLRequestThrottlerManager);
};
« no previous file with comments | « no previous file | net/url_request/url_request_throttler_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698