Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2376)

Unified Diff: ash/wm/power_button_controller.h

Issue 15974008: Rename SessionStateController -> LockStateController (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/lock_state_observer.h ('k') | ash/wm/power_button_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/power_button_controller.h
diff --git a/ash/wm/power_button_controller.h b/ash/wm/power_button_controller.h
index 3c0127b8f0ec372b628bcffe4a8897dce868c33a..558bf6d0ae1a33398032d98628b8f2d6a7981d6d 100644
--- a/ash/wm/power_button_controller.h
+++ b/ash/wm/power_button_controller.h
@@ -24,14 +24,14 @@ namespace test {
class PowerButtonControllerTest;
}
-class SessionStateController;
+class LockStateController;
// Displays onscreen animations and locks or suspends the system in response to
// the power button being pressed or released.
class ASH_EXPORT PowerButtonController {
public:
- explicit PowerButtonController(SessionStateController* controller);
+ explicit PowerButtonController(LockStateController* controller);
virtual ~PowerButtonController();
void set_has_legacy_power_button_for_test(bool legacy) {
@@ -59,7 +59,7 @@ class ASH_EXPORT PowerButtonController {
// that misreports power button releases?
bool has_legacy_power_button_;
- SessionStateController* controller_; // Not owned.
+ LockStateController* controller_; // Not owned.
DISALLOW_COPY_AND_ASSIGN(PowerButtonController);
};
« no previous file with comments | « ash/wm/lock_state_observer.h ('k') | ash/wm/power_button_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698