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

Unified Diff: ash/test/lock_state_controller_test_api.cc

Issue 2497123002: chromeos: Move device shutdown handling out of chrome into ash (Closed)
Patch Set: rebase Created 4 years, 1 month 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
« no previous file with comments | « ash/test/lock_state_controller_test_api.h ('k') | ash/test/test_shutdown_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/lock_state_controller_test_api.cc
diff --git a/ash/test/lock_state_controller_test_api.cc b/ash/test/lock_state_controller_test_api.cc
index b1734685e5bcc089e12298daf4dc38bf2ce423fa..bab5468d1f0cd069511f6ab5fdd3d9390341ffbc 100644
--- a/ash/test/lock_state_controller_test_api.cc
+++ b/ash/test/lock_state_controller_test_api.cc
@@ -20,10 +20,5 @@ LockStateControllerTestApi::LockStateControllerTestApi(
LockStateControllerTestApi::~LockStateControllerTestApi() {}
-void LockStateControllerTestApi::SetShutdownClient(
- std::unique_ptr<mojom::ShutdownClient> client) {
- controller_->shutdown_client_ = std::move(client);
-}
-
} // namespace test
} // namespace ash
« no previous file with comments | « ash/test/lock_state_controller_test_api.h ('k') | ash/test/test_shutdown_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698