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

Unified Diff: ash/system/chromeos/power/power_event_observer.h

Issue 240343004: chromeos: Update IdleActionImminent and SuspendDone handling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 8 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/system/chromeos/power/power_event_observer.h
diff --git a/ash/system/chromeos/power/power_event_observer.h b/ash/system/chromeos/power/power_event_observer.h
index 518959b56bc7d8d1e35845ce45470ea2e50bb486..46b6eb9b1c608a8b14a497e727d575b881de3c6b 100644
--- a/ash/system/chromeos/power/power_event_observer.h
+++ b/ash/system/chromeos/power/power_event_observer.h
@@ -26,7 +26,7 @@ class ASH_EXPORT PowerEventObserver
// chromeos::PowerManagerClient::Observer overrides:
virtual void BrightnessChanged(int level, bool user_initiated) OVERRIDE;
virtual void SuspendImminent() OVERRIDE;
- virtual void SystemResumed(const base::TimeDelta& sleep_duration) OVERRIDE;
+ virtual void SuspendDone(const base::TimeDelta& sleep_duration) OVERRIDE;
// chromeos::SessionManagerClient::Observer overrides.
virtual void ScreenIsLocked() OVERRIDE;
« no previous file with comments | « no previous file | ash/system/chromeos/power/power_event_observer.cc » ('j') | chromeos/dbus/fake_power_manager_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698