Skip to content

Commit

Permalink
Define i18n watchlist pattern and subscribe myself to it.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jshin@chromium.org committed Aug 25, 2010
1 parent ce2e006 commit 7a7a13b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions WATCHLISTS
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@
'chrome/renderer/autofill_.*|'\
'chrome/renderer/form_manager.*',
},
'i18n': {
'filepath': 'base/i18n/.*|base/*string.*|.*l10n.*|.*icu.*|'\
'.*locale_settings.*|.*encoding.*',
},
},

'WATCHLISTS': {
Expand Down Expand Up @@ -206,5 +210,6 @@
'domui_options': ['dhg@chromium.org'],
'cookie_monster': ['rdsmith@chromium.org'],
'autofill': ['dhollowa@chromium.org'],
'i18n': ['jshin+watch@chromium.org'],
},
}

0 comments on commit 7a7a13b

Please sign in to comment.