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

Unified Diff: chrome/browser/chromeos/system/automatic_reboot_manager.cc

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.cc
diff --git a/chrome/browser/chromeos/system/automatic_reboot_manager.cc b/chrome/browser/chromeos/system/automatic_reboot_manager.cc
index a6b95e802efe7cee124a5e6c3c13bfb7cfd60252..0a1be87782c42c27eb6da98e4e78a08ce5d050d7 100644
--- a/chrome/browser/chromeos/system/automatic_reboot_manager.cc
+++ b/chrome/browser/chromeos/system/automatic_reboot_manager.cc
@@ -216,7 +216,7 @@ void AutomaticRebootManager::RemoveObserver(
observers_.RemoveObserver(observer);
}
-void AutomaticRebootManager::SystemResumed(
+void AutomaticRebootManager::SuspendDone(
const base::TimeDelta& sleep_duration) {
MaybeReboot(true);
}

Powered by Google App Engine
This is Rietveld 408576698