diff options
author | rdsmith@chromium.org <rdsmith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-06 17:22:39 +0000 |
---|---|---|
committer | rdsmith@chromium.org <rdsmith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-06 17:22:39 +0000 |
commit | 84ba35e309e401a5ff15422e1d8a0d9f0f428ec0 (patch) | |
tree | 2d9348a14b2a632cd790f3ddfd48e2e3ecd62c73 /WATCHLISTS | |
parent | a8ab8866ba372136850107c08afabb8079945afc (diff) | |
download | chromium_src-84ba35e309e401a5ff15422e1d8a0d9f0f428ec0.zip chromium_src-84ba35e309e401a5ff15422e1d8a0d9f0f428ec0.tar.gz chromium_src-84ba35e309e401a5ff15422e1d8a0d9f0f428ec0.tar.bz2 |
Added definition for cookie_monster related stuff and added self to watchlist.
BUG=none
TEST=Ran watchlists.py on a couple of files.
Review URL: http://codereview.chromium.org/3080036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55245 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -140,6 +140,10 @@ 'chrome/browser/dom_ui/options_ui.cc|'\ 'chrome/browser/dom_ui/core_options_handler.cc', }, + 'cookie_monster': { + 'filepath': 'net/base/cookie_.*|'\ + 'chrome/browser/net/sqlite_persistent_cookie_store.*', + }, }, 'WATCHLISTS': { @@ -193,5 +197,6 @@ 'hclam@chromium.org', 'dmaclach@chromium.org', 'garykac@chromium.org'], 'domui_options': ['dhg@chromium.org'], + 'cookie_monster': ['rdsmith@chromium.org'], }, } |