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

Unified Diff: ash/system/tray/test_system_tray_delegate.h

Issue 11568036: Add countdown when session time is limited (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/tray/test_system_tray_delegate.h
diff --git a/ash/system/tray/test_system_tray_delegate.h b/ash/system/tray/test_system_tray_delegate.h
index 9335a17c574d979bd43e688cd145a3e28fd973b4..7f32282c49584d7858d3d75324bdf180de17f196 100644
--- a/ash/system/tray/test_system_tray_delegate.h
+++ b/ash/system/tray/test_system_tray_delegate.h
@@ -94,6 +94,8 @@ class TestSystemTrayDelegate : public SystemTrayDelegate {
virtual VolumeControlDelegate* GetVolumeControlDelegate() const OVERRIDE;
virtual void SetVolumeControlDelegate(
scoped_ptr<VolumeControlDelegate> delegate) OVERRIDE;
+ virtual bool GetSessionLengthLimited() OVERRIDE;
+ virtual base::TimeDelta GetRemainingSessionTime() OVERRIDE;
private:
bool wifi_enabled_;

Powered by Google App Engine
This is Rietveld 408576698