Intorduce PowerButtonObserver API
commit0d921cdf45872ebff6c22da6a21c12d44054a860
authoroshima <oshima@chromium.org>
Thu, 16 Oct 2014 02:22:08 +0000 (15 19:22 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 16 Oct 2014 02:22:33 +0000 (16 02:22 +0000)
treecef1c79bb0fc791af5e0e2ea2ac392bda6c3feaa
parent7f821c80a35e1636e31311e3cb2b56368ed0bcf5
Intorduce PowerButtonObserver API

renamed existing PowerButtonController to ShutdownDialog

BUG=None
TEST=covered by unit tests

Review URL: https://codereview.chromium.org/654343002

Cr-Commit-Position: refs/heads/master@{#299821}
13 files changed:
athena/athena.gyp
athena/input/DEPS
athena/input/accelerator_manager_unittest.cc
athena/input/input_manager_impl.cc
athena/input/input_manager_impl.h [new file with mode: 0644]
athena/input/input_manager_unittest.cc [new file with mode: 0644]
athena/input/power_button_controller.cc [new file with mode: 0644]
athena/input/power_button_controller.h [new file with mode: 0644]
athena/input/public/input_manager.h
athena/system/DEPS
athena/system/shutdown_dialog.cc [moved from athena/system/power_button_controller.cc with 50% similarity]
athena/system/shutdown_dialog.h [moved from athena/system/power_button_controller.h with 57% similarity]
athena/system/system_ui_impl.cc