summaryrefslogtreecommitdiffstats
path: root/ui/message_center
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-03 20:29:46 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-03 20:29:46 +0000
commitbdb6d25cc3f4613867332b6700cdb05b409f7bad (patch)
treeadb128d78586c26c3355ed0a06930827906450ff /ui/message_center
parent7837a3ecf0542d55a433c9d9ab97d3d5f9252df5 (diff)
downloadchromium_src-bdb6d25cc3f4613867332b6700cdb05b409f7bad.zip
chromium_src-bdb6d25cc3f4613867332b6700cdb05b409f7bad.tar.gz
chromium_src-bdb6d25cc3f4613867332b6700cdb05b409f7bad.tar.bz2
events: Start changing EventHandler interface to not return a value.
The EventHandler should explicitly stop the propagation of an event (Event::StopPropagation()), or mark it has having been handled (Event::PreventDefault()), by calling a function on the event object, instead of returning a value from the event-handler functions. This patch takes the first step by converting EventHandler::OnEvent. Subsequent patches will conver the event-specific callbacks (OnKeyEvent etc.) BUG=163618 Review URL: https://codereview.chromium.org/11308322 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170801 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/message_center')
0 files changed, 0 insertions, 0 deletions