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

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

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.cc
diff --git a/ash/system/tray/test_system_tray_delegate.cc b/ash/system/tray/test_system_tray_delegate.cc
index 87357340538c59d1acaf1488c767b37d0cbd750b..e2a2b1e9527b66d1efa767c622abf2ff6a7ea4f5 100644
--- a/ash/system/tray/test_system_tray_delegate.cc
+++ b/ash/system/tray/test_system_tray_delegate.cc
@@ -303,5 +303,13 @@ void TestSystemTrayDelegate::SetVolumeControlDelegate(
volume_control_delegate_ = delegate.Pass();
}
+bool TestSystemTrayDelegate::GetSessionLengthLimited() {
+ return false;
+}
+
+base::TimeDelta TestSystemTrayDelegate::GetRemainingSessionTime() {
+ return base::TimeDelta();
+}
+
} // namespace test
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698