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

Unified Diff: chrome/browser/signin/easy_unlock_screenlock_state_handler_unittest.cc

Issue 585213002: [Easy signin] Wire up userClick auth attempt to easy unlock app and back (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@easy_signin_focused_user_changed_observer
Patch Set: . Created 6 years, 3 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: chrome/browser/signin/easy_unlock_screenlock_state_handler_unittest.cc
diff --git a/chrome/browser/signin/easy_unlock_screenlock_state_handler_unittest.cc b/chrome/browser/signin/easy_unlock_screenlock_state_handler_unittest.cc
index d8d93dda6d3be0d647b5fe869ede298840f536bf..1e5d3b5b8d60d76b2b998b786df27fe69d5286a8 100644
--- a/chrome/browser/signin/easy_unlock_screenlock_state_handler_unittest.cc
+++ b/chrome/browser/signin/easy_unlock_screenlock_state_handler_unittest.cc
@@ -93,6 +93,12 @@ class TestLockHandler : public ScreenlockBridge::LockHandler {
ASSERT_FALSE(true) << "Should not be reached.";
}
+ virtual void AttemptUserClickLogin(const std::string& user_email,
+ const std::string& secret,
+ const std::string& key_label) OVERRIDE {
+ ASSERT_FALSE(true) << "Should not be reached.";
+ }
+
// Utility methods used by tests:
// Gets last set auth value.

Powered by Google App Engine
This is Rietveld 408576698