diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-05 17:46:25 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-05 17:46:25 +0000 |
commit | a3ce42652334753017d67ecb4f68524acc6e04cb (patch) | |
tree | c70df67e080799c8cd9010b65873aaf14e9b97be /WATCHLISTS | |
parent | 80635063c5a994c80a696f916779d946ea1d79b3 (diff) | |
download | chromium_src-a3ce42652334753017d67ecb4f68524acc6e04cb.zip chromium_src-a3ce42652334753017d67ecb4f68524acc6e04cb.tar.gz chromium_src-a3ce42652334753017d67ecb4f68524acc6e04cb.tar.bz2 |
Update my watchlist.
BUG=None
TEST=None (no code change)
Review URL: http://codereview.chromium.org/577023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38217 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -108,6 +108,13 @@ 'gpu': { 'filepath': 'gpu/.*', }, + 'locale_settings': { + 'filepath': 'chrome/app/resources/locale_settings_.*', + }, + 'options_dialog_content': { + 'filepath': 'chrome/browser/views/options/content_page_view.h|'\ + 'chrome/browser/views/options/general_page_view.h', + }, }, 'WATCHLISTS': { @@ -151,5 +158,7 @@ 'nacl' : ['native-client-reviews@googlegroups.com'], 'appcache': ['michaeln@chromium.org'], 'gpu': ['apatrick@chromium.org'], + 'locale_settings': ['finnur@chromium.org'], + 'options_dialog_content': ['finnur@chromium.org'], }, } |