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

Unified Diff: net/base/cookie_monster.h

Issue 8537016: Add/change metrics for cookie store loading: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove race condition handling. Created 9 years, 1 month 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 | « chrome/browser/net/sqlite_persistent_cookie_store.cc ('k') | net/base/cookie_monster.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/cookie_monster.h
diff --git a/net/base/cookie_monster.h b/net/base/cookie_monster.h
index 9e2c1e84b5668b393321993bb9adfc7d8227b791..d8874dc44c69ae008127174ee01c058a7a7b3de3 100644
--- a/net/base/cookie_monster.h
+++ b/net/base/cookie_monster.h
@@ -462,7 +462,7 @@ class NET_EXPORT CookieMonster : public CookieStore {
// Stores cookies loaded from the backing store and invokes any deferred
// calls. |beginning_time| should be the moment PersistentCookieStore::Load
- // was invoked and is used for reporting histogram_time_load_.
+ // was invoked and is used for reporting histogram_time_blocked_on_load_.
// See PersistentCookieStore::Load for details on the contents of cookies.
void OnLoaded(base::TimeTicks beginning_time,
const std::vector<CanonicalCookie*>& cookies);
@@ -613,7 +613,7 @@ class NET_EXPORT CookieMonster : public CookieStore {
base::Histogram* histogram_cookie_deletion_cause_;
base::Histogram* histogram_time_get_;
base::Histogram* histogram_time_mac_;
- base::Histogram* histogram_time_load_;
+ base::Histogram* histogram_time_blocked_on_load_;
CookieMap cookies_;
« no previous file with comments | « chrome/browser/net/sqlite_persistent_cookie_store.cc ('k') | net/base/cookie_monster.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698