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

Unified Diff: chrome/browser/chromeos/power/idle_action_warning_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: chrome/browser/chromeos/power/idle_action_warning_observer.h
diff --git a/chrome/browser/chromeos/power/idle_action_warning_observer.h b/chrome/browser/chromeos/power/idle_action_warning_observer.h
index 8cd0617d03dca5fc10bd6faaca8c2d2232fce5bb..81deecf08788c0b4e6096f3c360431dcf7d44a93 100644
--- a/chrome/browser/chromeos/power/idle_action_warning_observer.h
+++ b/chrome/browser/chromeos/power/idle_action_warning_observer.h
@@ -21,7 +21,8 @@ class IdleActionWarningObserver : public PowerManagerClient::Observer {
virtual ~IdleActionWarningObserver();
// PowerManagerClient::Observer:
- virtual void IdleActionImminent() OVERRIDE;
+ virtual void IdleActionImminent(
+ const base::TimeDelta& time_until_idle_action) OVERRIDE;
virtual void IdleActionDeferred() OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698