summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordhg@chromium.org <dhg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-19 19:06:44 +0000
committerdhg@chromium.org <dhg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-19 19:06:44 +0000
commit900e49626022d1c7b031f63ec4297a778ea79feb (patch)
tree99fe36f57b608eee15f8ae7ca5aa1b023bb3031b
parent61ba8987c4b4f6103606815b7b37d6e6427a8164 (diff)
downloadchromium_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--WATCHLISTS7
1 files changed, 7 insertions, 0 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index a00a5ed..4cdb7f8 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -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'],
},
}