diff options
author | dhg@chromium.org <dhg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-19 19:06:44 +0000 |
---|---|---|
committer | dhg@chromium.org <dhg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-19 19:06:44 +0000 |
commit | 900e49626022d1c7b031f63ec4297a778ea79feb (patch) | |
tree | 99fe36f57b608eee15f8ae7ca5aa1b023bb3031b | |
parent | 61ba8987c4b4f6103606815b7b37d6e6427a8164 (diff) | |
download | chromium_src-900e49626022d1c7b031f63ec4297a778ea79feb.zip chromium_src-900e49626022d1c7b031f63ec4297a778ea79feb.tar.gz chromium_src-900e49626022d1c7b031f63ec4297a778ea79feb.tar.bz2 |
Changing watchlists so one can monitor the dom_ui for the options page. Adding myself to the list.
Review URL: http://codereview.chromium.org/2819053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52932 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | WATCHLISTS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -134,6 +134,12 @@ 'remoting': { 'filepath': 'remoting/.*', }, + 'domui_options' : { + 'filepath': 'chrome/browser/resources/options/.*|'\ + 'chrome/browser/resources/options.html|'\ + 'chrome/browser/dom_ui/options_ui.cc|'\ + 'chrome/browser/dom_ui/core_options_handler.cc', + }, }, 'WATCHLISTS': { @@ -185,5 +191,6 @@ 'remoting': ['ajwong@chromium.org', 'sergeyu@chromium.org', 'hclam@chromium.org', 'dmaclach@chromium.org', 'garykac@chromium.org'], + 'domui_options': ['dhg@chromium.org'], }, } |