diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-17 22:50:00 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-17 22:50:00 +0000 |
commit | eccdfd4cdaf9fad5119e4f09fb3c83ea8223c2e9 (patch) | |
tree | 7e278af906a9520e6691ac946f61e454312cdbdb /WATCHLISTS | |
parent | 39de1c4446a02b96467cfabd68334bf3e480805a (diff) | |
download | chromium_src-eccdfd4cdaf9fad5119e4f09fb3c83ea8223c2e9.zip chromium_src-eccdfd4cdaf9fad5119e4f09fb3c83ea8223c2e9.tar.gz chromium_src-eccdfd4cdaf9fad5119e4f09fb3c83ea8223c2e9.tar.bz2 |
Add watchlist for the "net" module.
BUG=none
TEST=none
R=nirnimesh
Review URL: http://codereview.chromium.org/126212
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18663 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rwxr-xr-x | WATCHLISTS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -39,6 +39,9 @@ 'plugin': { 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|chrome/common/plugin.*', }, + 'net': { + 'filepath': 'net/.*', + } }, 'WATCHLISTS': { @@ -52,5 +55,6 @@ 'plugin': ['darin@chromium.org'], 'extension': ['erikkay@chromium.org'], 'purify': ['erikkay@chromium.org'], + 'net': ['darin@chromium.org', 'willchan@chromium.org'], }, } |