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

Unified Diff: net/net.gyp

Issue 12805010: Implementing EvictedDomainCookieCounter to keep user metrics on cookie eviction and reinstatement. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanups; simplifying garbage collection; simplifying UMA; fixing off-by-1 meaning of max_size_. Created 7 years, 9 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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 98b9496ebcea9ad7404b459bfe85bf45136e3730..2548bdf6ae8cd2a0b9f6ca618046a025cc1ae007 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -359,6 +359,8 @@
'cookies/cookie_store.h',
'cookies/cookie_util.cc',
'cookies/cookie_util.h',
+ 'cookies/evicted_domain_cookie_counter.cc',
+ 'cookies/evicted_domain_cookie_counter.h',
'cookies/parsed_cookie.cc',
'cookies/parsed_cookie.h',
'disk_cache/addr.cc',
@@ -1421,6 +1423,7 @@
'cookies/cookie_monster_unittest.cc',
'cookies/cookie_store_unittest.h',
'cookies/cookie_util_unittest.cc',
+ 'cookies/evicted_domain_cookie_counter_unittest.cc',
'cookies/parsed_cookie_unittest.cc',
'disk_cache/addr_unittest.cc',
'disk_cache/backend_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698