diff options
-rw-r--r-- | WATCHLISTS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -424,6 +424,9 @@ 'sync': { 'filepath': 'chrome/browser/sync/|sync/', }, + 'sync_proto': { + 'filepath': 'sync/protocol/', + }, 'tab_contents': { 'filepath': 'chrome/browser/tab_contents/|'\ 'content/browser/tab_contents/|'\ @@ -675,6 +678,7 @@ 'haitaol@chromium.org', 'rsimha@chromium.org', 'tim@chromium.org'], + 'sync_proto': ['albertb+watch@chromium.org'], 'tab_contents': ['avi@chromium.org', 'creis+watch@chromium.org', 'ajwong+watch@chromium.org'], 'task_manager': ['yoshiki+watch@chromium.org'], |