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

Unified Diff: ash/login/mock_lock_screen_client.h

Issue 2923773003: Adding mojo calls for several lock screen related operations. (Closed)
Patch Set: comments and rebase 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
« no previous file with comments | « ash/login/lock_screen_controller_unittest.cc ('k') | ash/public/interfaces/lock_screen.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 60bbac1c958d7b13189707f67b0547ae0a484314..48d137541642558c21cad397921e69197cebba5a 100644
--- a/ash/login/mock_lock_screen_client.h
+++ b/ash/login/mock_lock_screen_client.h
@@ -37,6 +37,12 @@ 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(OnFocusPod, void(const AccountId& account_id));
+ MOCK_METHOD0(OnNoPodFocused, void());
+ MOCK_METHOD1(LoadWallpaper, void(const AccountId& account_id));
+ MOCK_METHOD0(SignOutUser, void());
+ MOCK_METHOD1(OnMaxIncorrectPasswordAttempted,
+ void(const AccountId& account_id));
private:
bool authenticate_user_callback_result_ = true;
« no previous file with comments | « ash/login/lock_screen_controller_unittest.cc ('k') | ash/public/interfaces/lock_screen.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698