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: chrome/browser/chromeos/login/easy_unlock/bootstrap_user_context_initializer.h

Issue 1113043004: [Smart Lock] Extract the screenlock state to the proximity_auth component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unit tests compile Created 5 years, 8 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 | « no previous file | chrome/browser/chromeos/login/easy_unlock/bootstrap_user_context_initializer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/easy_unlock/bootstrap_user_context_initializer.h
diff --git a/chrome/browser/chromeos/login/easy_unlock/bootstrap_user_context_initializer.h b/chrome/browser/chromeos/login/easy_unlock/bootstrap_user_context_initializer.h
index 0f87923b5fe3405a423c15a3c96e76ef0192ea40..c2ea90f3b1f5c1c1127379be03bbeea6d6546998 100644
--- a/chrome/browser/chromeos/login/easy_unlock/bootstrap_user_context_initializer.h
+++ b/chrome/browser/chromeos/login/easy_unlock/bootstrap_user_context_initializer.h
@@ -71,9 +71,8 @@ class BootstrapUserContextInitializer final
void OnOAuthError() override;
void OnNetworkError(int response_code) override;
- // EasyUnlockServiceObserver
- void OnScreenlockStateChanged(
- EasyUnlockScreenlockStateHandler::State state) override;
+ // EasyUnlockServiceObserver:
+ void OnScreenlockStateChanged(proximity_auth::ScreenlockState state) override;
CompleteCallback callback_;
scoped_ptr<gaia::GaiaOAuthClient> token_fetcher_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/easy_unlock/bootstrap_user_context_initializer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698