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

Unified Diff: ash/session/session_controller.h

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 | « ash/public/interfaces/BUILD.gn ('k') | ash/session/session_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/session/session_controller.h
diff --git a/ash/session/session_controller.h b/ash/session/session_controller.h
index 15bb98f523be8a11fdc13076460d539b9044c6aa..7f6cd864bbbd81fa159e3f0b131a775c9ea360f4 100644
--- a/ash/session/session_controller.h
+++ b/ash/session/session_controller.h
@@ -120,9 +120,9 @@ class ASH_EXPORT SessionController
void UpdateUserSession(mojom::UserSessionPtr user_session) override;
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;
// Test helpers.
« no previous file with comments | « ash/public/interfaces/BUILD.gn ('k') | ash/session/session_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698