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

Unified Diff: chrome/browser/chromeos/system/automatic_reboot_manager.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: chrome/browser/chromeos/system/automatic_reboot_manager.h
diff --git a/chrome/browser/chromeos/system/automatic_reboot_manager.h b/chrome/browser/chromeos/system/automatic_reboot_manager.h
index 6e1adb50ae0bf2b2669a1e5623d877061475efd0..1be4e2d3367abb8bc1480668df38da1a0178c5ab 100644
--- a/chrome/browser/chromeos/system/automatic_reboot_manager.h
+++ b/chrome/browser/chromeos/system/automatic_reboot_manager.h
@@ -97,7 +97,7 @@ class AutomaticRebootManager : public PowerManagerClient::Observer,
void RemoveObserver(AutomaticRebootManagerObserver* observer);
// PowerManagerClient::Observer:
- virtual void SystemResumed(const base::TimeDelta& sleep_duration) OVERRIDE;
+ virtual void SuspendDone(const base::TimeDelta& sleep_duration) OVERRIDE;
// UpdateEngineClient::Observer:
virtual void UpdateStatusChanged(

Powered by Google App Engine
This is Rietveld 408576698