diff options
author | mazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-17 01:32:51 +0000 |
---|---|---|
committer | mazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-17 01:32:51 +0000 |
commit | 6bff0adeeba6ecffd0cdfcc9b339105897d1d083 (patch) | |
tree | f795c0054913a81bfc3c76f132411959efc78844 /WATCHLISTS | |
parent | 7507418157f71dfc126baef4c7019cef8c9b9543 (diff) | |
download | chromium_src-6bff0adeeba6ecffd0cdfcc9b339105897d1d083.zip chromium_src-6bff0adeeba6ecffd0cdfcc9b339105897d1d083.tar.gz chromium_src-6bff0adeeba6ecffd0cdfcc9b339105897d1d083.tar.bz2 |
Create a watchlist for chrome/browser/ui/views/accelerator_table_gtk.cc and add myself to it.
BUG=none
TEST=Ran watchlist.py and confimed it worked.
Review URL: http://codereview.chromium.org/7193002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89432 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -217,6 +217,9 @@ 'panels': { 'filepath': 'chrome/browser/ui/panels/.*', }, + 'accelerator_table_gtk': { + 'filepath': 'chrome/browser/ui/views/accelerator_table_gtk.cc', + }, }, 'WATCHLISTS': { @@ -292,5 +295,6 @@ 'jianli@chromium.org'], 'importer': ['tfarina@chromium.org'], 'views': ['dhollowa@chromium.org'], + 'accelerator_table_gtk': ['mazda@chromium.org'], }, } |