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

Unified Diff: ash/test/test_system_tray_delegate.cc

Issue 811033002: Add device policy to disallow shutdown - ash UI modifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reduced scope of CL (ash only now, removed webui changes) Created 5 years, 11 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/test/test_system_tray_delegate.cc
diff --git a/ash/test/test_system_tray_delegate.cc b/ash/test/test_system_tray_delegate.cc
index 60fb4b31e1fc4fc81fba6b930baad00985792c7b..19daea2b14f7ef2ffff29c51a4921ff635083c98 100644
--- a/ash/test/test_system_tray_delegate.cc
+++ b/ash/test/test_system_tray_delegate.cc
@@ -94,10 +94,6 @@ bool TestSystemTrayDelegate::GetSessionLengthLimit(
return session_length_limit_set_;
}
-void TestSystemTrayDelegate::ShutDown() {
- base::MessageLoop::current()->Quit();
-}
-
void TestSystemTrayDelegate::SignOut() {
base::MessageLoop::current()->Quit();
}

Powered by Google App Engine
This is Rietveld 408576698