Add a new entry called 'textinput_chromeos' to WATCHLIST.

BUG=None
TEST=ran watchlists.py


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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111867 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/WATCHLISTS b/WATCHLISTS
index c5e1b30..c984017c 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -296,6 +296,14 @@
                   '|views/ime/.*'\
                   '|views/controls/textfield/.*'
     },
+    'textinput_chromeos': {
+      'filepath': 'chrome/browser/chromeos/input_method/.*'\
+                  '|chrome/browser/chromeos/extensions/input_method.*'\
+                  '|chrome/browser/chromeos/status/input_method.*'\
+                  '|chrome/browser/extensions/extension_input_.*'
+                  '|chrome/browser/resources/keyboard.*'\
+                  '|chrome/browser/resources/options/language.*'
+    },
     'omnibox': {
       'filepath': 'chrome/browser/autocomplete/.*'\
                   '|chrome/browser/ui/.*/omnibox/.*'
@@ -419,6 +427,7 @@
     'textinput': ['[email protected]',
                   '[email protected]',
                   '[email protected]'],
+    'textinput_chromeos': ['[email protected]'],
     'omnibox': ['[email protected]'],
     'message_loop': ['[email protected]'],
     'clipboard': ['[email protected]'],