diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-01 09:33:45 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-01 09:33:45 +0000 |
commit | 8b13e3030d85b615a0d9716faf0257432152e2e4 (patch) | |
tree | 470c9780e2689c1dc1d0cbe472447f1f7246d149 /WATCHLISTS | |
parent | 2de28d9625d176079e04850ee5b9f545f38452ac (diff) | |
download | chromium_src-8b13e3030d85b615a0d9716faf0257432152e2e4.zip chromium_src-8b13e3030d85b615a0d9716faf0257432152e2e4.tar.gz chromium_src-8b13e3030d85b615a0d9716faf0257432152e2e4.tar.bz2 |
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
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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': ['brettw-cc@chromium.org'], 'browser_resources': ['arv@chromium.org'], 'chromeos_login': ['nkostylev+cc@chromium.org'], + 'download': ['phajdan.jr@chromium.org'], 'history': ['brettw-cc@chromium.org'], 'renderer': ['darin-cc@chromium.org', 'brettw-cc@chromium.org'], |