summaryrefslogtreecommitdiffstats
path: root/WATCHLISTS
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-07 16:22:28 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-07 16:22:28 +0000
commit30a7fa9c78cad8347161d8994d0d76750f4d5529 (patch)
tree9f1b06682c13565722bfb4d86f5788c0c667b1ce /WATCHLISTS
parent770f9067864bb6780b580c7dd8ca0c3982109f6b (diff)
downloadchromium_src-30a7fa9c78cad8347161d8994d0d76750f4d5529.zip
chromium_src-30a7fa9c78cad8347161d8994d0d76750f4d5529.tar.gz
chromium_src-30a7fa9c78cad8347161d8994d0d76750f4d5529.tar.bz2
Add self to watchlist for tab contents.
BUG=none TEST=none Review URL: http://codereview.chromium.org/6813017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80790 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r--WATCHLISTS6
1 files changed, 4 insertions, 2 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index 4eb7d37..298ca3d 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -53,7 +53,9 @@
'chrome/common/render.*',
},
'tab_contents': {
- 'filepath': 'chrome/browser/tab_contents/.*',
+ 'filepath': 'chrome/browser/tab_contents/.*|'\
+ 'content/browser/tab_contents/.*|'\
+ 'chrome/browser/ui/tab_contents/.*',
},
'webkit': {
'filepath': 'webkit/.*',
@@ -208,7 +210,7 @@
'history': ['brettw-cc@chromium.org'],
'renderer': ['darin-cc@chromium.org',
'brettw-cc@chromium.org'],
- 'tab_contents': ['brettw-cc@chromium.org'],
+ 'tab_contents': ['brettw-cc@chromium.org', 'avi@chromium.org'],
'webkit': ['darin-cc@chromium.org'],
'plugin': ['darin-cc@chromium.org', 'jam@chromium.org',
'stuartmorgan+watch@chromium.org'],