Add myself to content worker watch list

[email protected]
BUG=none

Review URL: https://codereview.chromium.org/888823002

Cr-Commit-Position: refs/heads/master@{#313893}
diff --git a/WATCHLISTS b/WATCHLISTS
index e20e539..dfeb679a 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -255,6 +255,9 @@
     'content_shell': {
       'filepath': 'content/shell/',
     },
+    'content_worker': {
+      'filepath': 'content/.*worker',
+    },
     'cookie_monster': {
       'filepath': 'net/cookies/|'\
                   'chrome/browser/net/sqlite_persistent_cookie_store',
@@ -862,6 +865,7 @@
     'content_shell': ['[email protected]',
                       '[email protected]',
                       '[email protected]'],
+    'content_worker': ['[email protected]'],
     'cookie_monster': ['[email protected]'],
     'custom_handlers': ['[email protected]'],
     'deep_memory_profiler': ['[email protected]'],