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

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
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..4049a1bfad34b36e577a45fcc5d93a74603d8302 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 SessionLockStateController;
// 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(SessionLockStateController* 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.
+ SessionLockStateController* controller_; // Not owned.
DISALLOW_COPY_AND_ASSIGN(PowerButtonController);
};

Powered by Google App Engine
This is Rietveld 408576698