Define i18n watchlist pattern and subscribe myself to it.


BUG=NONE
TEST=NONE
TBR=nirnimesh
Review URL: http://codereview.chromium.org/660414

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57272 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/WATCHLISTS b/WATCHLISTS
index 55e48e9..c03f5be 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -153,6 +153,10 @@
         'chrome/renderer/autofill_.*|'\
         'chrome/renderer/form_manager.*',
     },
+    'i18n': {
+      'filepath': 'base/i18n/.*|base/*string.*|.*l10n.*|.*icu.*|'\
+        '.*locale_settings.*|.*encoding.*',
+    },
   },
 
   'WATCHLISTS': {
@@ -206,5 +210,6 @@
     'domui_options': ['[email protected]'],
     'cookie_monster': ['[email protected]'],
     'autofill': ['[email protected]'],
+    'i18n': ['[email protected]'],
   },
 }