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

Unified Diff: chrome/browser/ui/ash/session_controller_client_unittest.cc

Issue 2867673004: Use OnceCallback on Mojo interfaces in //ash (Closed)
Patch Set: count -> container_count Created 3 years, 7 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
« no previous file with comments | « chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/session_controller_client_unittest.cc
diff --git a/chrome/browser/ui/ash/session_controller_client_unittest.cc b/chrome/browser/ui/ash/session_controller_client_unittest.cc
index 3304917b491b251b2940d4e550d2b85cec62b4ca..2b501f5aebcc4092b648b07e1d6c3c41045cec50 100644
--- a/chrome/browser/ui/ash/session_controller_client_unittest.cc
+++ b/chrome/browser/ui/ash/session_controller_client_unittest.cc
@@ -121,10 +121,9 @@ class TestSessionController : public ash::mojom::SessionController {
}
void SetUserSessionOrder(
const std::vector<uint32_t>& user_session_order) override {}
- void StartLock(const StartLockCallback& callback) override {}
+ void StartLock(StartLockCallback callback) override {}
void NotifyChromeLockAnimationsComplete() override {}
- void RunUnlockAnimation(const RunUnlockAnimationCallback& callback) override {
- }
+ void RunUnlockAnimation(RunUnlockAnimationCallback callback) override {}
void NotifyChromeTerminating() override {}
private:
« no previous file with comments | « chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698