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

Unified Diff: ash/login/mock_lock_screen_client.h

Issue 2923773003: Adding mojo calls for several lock screen related operations. (Closed)
Patch Set: clean up Created 3 years, 6 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/login/mock_lock_screen_client.h
diff --git a/ash/login/mock_lock_screen_client.h b/ash/login/mock_lock_screen_client.h
index 3900dafaa3542b0ca7490ef0cf396488b0158ff4..41de633252bfc6810ba310ca1425148abcca7a31 100644
--- a/ash/login/mock_lock_screen_client.h
+++ b/ash/login/mock_lock_screen_client.h
@@ -26,6 +26,11 @@ class MockLockScreenClient : public mojom::LockScreenClient {
MOCK_METHOD1(AttemptUnlock, void(const AccountId& account_id));
MOCK_METHOD1(HardlockPod, void(const AccountId& account_id));
MOCK_METHOD1(RecordClickOnLockIcon, void(const AccountId& account_id));
+ MOCK_METHOD1(FocusPod, void(const AccountId& account_id));
+ MOCK_METHOD0(NoPodFocused, void());
+ MOCK_METHOD1(LoadWallpaper, void(const AccountId& account_id));
+ MOCK_METHOD0(SignOutUser, void());
+ MOCK_METHOD1(MaxIncorrectPasswordAttempts, void(const AccountId& account_id));
private:
mojo::Binding<ash::mojom::LockScreenClient> binding_;

Powered by Google App Engine
This is Rietveld 408576698