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

Unified Diff: ash/session/session_observer.h

Issue 2923083002: chromeos: Convert system tray session length limit to mojo (Closed)
Patch Set: Created 3 years, 6 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/session/session_observer.h
diff --git a/ash/session/session_observer.h b/ash/session/session_observer.h
index 554273addc7a0ebcf7374277c802bd07f9b451cd..f87a0544c459d712aa8878e7287edd400b005e3e 100644
--- a/ash/session/session_observer.h
+++ b/ash/session/session_observer.h
@@ -38,6 +38,9 @@ class ASH_EXPORT SessionObserver {
// Called when chrome is terminating.
virtual void OnChromeTerminating() {}
+ // Called when the limit becomes available and when it changes.
+ virtual void OnSessionLengthLimitChanged() {}
+
protected:
virtual ~SessionObserver() {}
};

Powered by Google App Engine
This is Rietveld 408576698