Intorduce PowerButtonObserver API
commita99e783b14fb9f2a2c3c18b43d2ab0ab260377b6
authorMitsuru Oshima <oshima@chromium.org>
Thu, 16 Oct 2014 10:08:44 +0000 (16 03:08 -0700)
committerMitsuru Oshima <oshima@chromium.org>
Thu, 16 Oct 2014 10:09:04 +0000 (16 10:09 +0000)
tree9d84c16799b114c81660adb800fb1f592baf68b0
parent2f457ff69c74c67a4f53359c725349506c6eadef
Intorduce PowerButtonObserver API

renamed existing PowerButtonController to ShutdownDialog

BUG=None
TEST=covered by unit tests

Committed: https://crrev.com/0d921cdf45872ebff6c22da6a21c12d44054a860
Cr-Commit-Position: refs/heads/master@{#299821}

R=mukai@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#299873}
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