Commit c2f6800f authored by dcheng@chromium.org's avatar dcheng@chromium.org

Watch clipboard changes.

BUG=none
TEST=none


Review URL: http://codereview.chromium.org/8430016

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108037 0039d316-1c4b-4281-b951-d872f2087c98
parent 807cad6d
...@@ -296,6 +296,12 @@ ...@@ -296,6 +296,12 @@
'message_loop': { 'message_loop': {
'filepath': 'base/message_.*' 'filepath': 'base/message_.*'
}, },
'clipboard': {
'filepath': 'clipboard',
'filepath': 'dnd',
'filepath': 'drag',
'filepath': 'drop',
},
}, },
'WATCHLISTS': { 'WATCHLISTS': {
...@@ -406,5 +412,6 @@ ...@@ -406,5 +412,6 @@
'textinput': ['suzhe@chromium.org'], 'textinput': ['suzhe@chromium.org'],
'omnibox': ['suzhe@chromium.org'], 'omnibox': ['suzhe@chromium.org'],
'message_loop': ['sadrul@chromium.org'], 'message_loop': ['sadrul@chromium.org'],
'clipboard': ['dcheng@chromium.org'],
}, },
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment