Add disk_cache watchlist, and join it.
[email protected]
BUG=None
Review URL: https://chromiumcodereview.appspot.com/10704170
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146235 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/WATCHLISTS b/WATCHLISTS
index 322ca5e4..6fd65fd5 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',
+ },
'dns': {
'filepath': 'net/base/host_resolver.*|' \
'net/base/host_cache.*|' \
@@ -410,6 +413,7 @@
'[email protected]'],
'cookie_monster': ['[email protected]', '[email protected]',
'[email protected]'],
+ 'disk_cache': ['[email protected]'],
'dns': ['[email protected]'],
'download': ['[email protected]'],
'downloads_ui': ['[email protected]', '[email protected]'],