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

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: Comments addressed. 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..ff09b1f2f5de68bfa6d14fb4996b0620c709217a 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();
}
+base::Time TestSystemTrayDelegate::GetSessionStartTime() {
+ return base::Time();
+}
+
+base::TimeDelta TestSystemTrayDelegate::GetSessionLengthLimit() {
+ return base::TimeDelta();
+}
+
} // namespace test
} // namespace ash
« no previous file with comments | « ash/system/tray/test_system_tray_delegate.h ('k') | chrome/browser/chromeos/system/ash_system_tray_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698