Add myself to a watchlist for chrome/browser/download

It's risky to modify this code, and it needs a serious cleanup.
Meanwhile, we should avoid landing changes that would make this code
even more complicated or difficult to clean up.

TBR=darin

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/3601003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61158 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/WATCHLISTS b/WATCHLISTS
index cbb3e58..f474d87 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -39,6 +39,9 @@
     'chromeos_login': {
       'filepath': 'chrome/browser/chromeos/login/.*',
     },
+    'download': {
+      'filepath': 'chrome/browser/download/.*',
+    },
     'history': {
       'filepath': 'chrome/browser/history/.*',
     },
@@ -167,6 +170,7 @@
     'browser_main': ['[email protected]'],
     'browser_resources': ['[email protected]'],
     'chromeos_login': ['[email protected]'],
+    'download': ['[email protected]'],
     'history': ['[email protected]'],
     'renderer': ['[email protected]',
                  '[email protected]'],