Index: WATCHLISTS |
diff --git a/WATCHLISTS b/WATCHLISTS |
index ef92bd53fc6d808b80e938be5af755b13506a104..50041d6b5a6f88d68227259933502eaa14deb947 100644 |
--- a/WATCHLISTS |
+++ b/WATCHLISTS |
@@ -98,6 +98,9 @@ |
'filepath': 'net/cookies/.*|'\ |
'chrome/browser/net/sqlite_persistent_cookie_store.*', |
}, |
+ 'disk_cache': { |
+ 'filepath': 'net/disk_cache/|http_cache' |
Nirnimesh
2012/07/11 22:24:56
end with ',' to be consistent
gavinp
2012/07/11 22:29:21
Done.
|
+ }, |
'dns': { |
'filepath': 'net/base/host_resolver.*|' \ |
'net/base/host_cache.*|' \ |
@@ -410,6 +413,7 @@ |
'darin-cc@chromium.org'], |
'cookie_monster': ['erikwright@chromium.org', 'rkn@chromium.org', |
'wtc@chromium.org'], |
+ 'disk_cache': ['gavinp+disk@chromium.org'], |
'dns': ['mmenke@chromium.org'], |
'download': ['rdsmith+dwatch@chromium.org'], |
'downloads_ui': ['asanka@chromium.org', 'rdsmith@chromium.org'], |