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

Unified Diff: ash/login/mock_lock_screen_client.h

Issue 2903353003: Adding mojo calls for easy unlock service (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 52874b3530e3c4feff543d5ac897d8c0ee41b644..3900dafaa3542b0ca7490ef0cf396488b0158ff4 100644
--- a/ash/login/mock_lock_screen_client.h
+++ b/ash/login/mock_lock_screen_client.h
@@ -23,6 +23,9 @@ class MockLockScreenClient : public mojom::LockScreenClient {
void(const AccountId& account_id,
const std::string& password,
bool authenticated_by_pin));
+ MOCK_METHOD1(AttemptUnlock, void(const AccountId& account_id));
+ MOCK_METHOD1(HardlockPod, void(const AccountId& account_id));
+ MOCK_METHOD1(RecordClickOnLockIcon, void(const AccountId& account_id));
private:
mojo::Binding<ash::mojom::LockScreenClient> binding_;
« 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