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

Unified Diff: chrome/browser/signin/easy_unlock_service.h

Issue 1302313004: Replace ProximityAuthUIDelegate with ProximityAuthClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@proximity_auth_client
Patch Set: fixes Created 5 years, 4 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/signin/easy_unlock_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/easy_unlock_service.h
diff --git a/chrome/browser/signin/easy_unlock_service.h b/chrome/browser/signin/easy_unlock_service.h
index c2dfee5302ac1be1e88fe4fe1ad36cb1a6e51d55..4f6d6ad879dc53402eb1a67d007e16340a2283ac 100644
--- a/chrome/browser/signin/easy_unlock_service.h
+++ b/chrome/browser/signin/easy_unlock_service.h
@@ -19,7 +19,6 @@
#include "chrome/browser/signin/easy_unlock_screenlock_state_handler.h"
#include "components/keyed_service/core/keyed_service.h"
#include "components/proximity_auth/screenlock_state.h"
-#include "components/proximity_auth/webui/proximity_auth_ui_delegate.h"
#if defined(OS_CHROMEOS)
#include "chrome/browser/chromeos/login/easy_unlock/easy_unlock_types.h"
@@ -47,8 +46,7 @@ class EasyUnlockServiceObserver;
class Profile;
class PrefRegistrySimple;
-class EasyUnlockService : public KeyedService,
- public proximity_auth::ProximityAuthUIDelegate {
+class EasyUnlockService : public KeyedService {
public:
enum TurnOffFlowStatus {
IDLE,
@@ -221,16 +219,6 @@ class EasyUnlockService : public KeyedService,
void AddObserver(EasyUnlockServiceObserver* observer);
void RemoveObserver(EasyUnlockServiceObserver* observer);
- // ProximityAuthUIDelegate:
- PrefService* GetPrefService() override;
- scoped_ptr<proximity_auth::SecureMessageDelegate>
- CreateSecureMessageDelegate() override;
- scoped_ptr<proximity_auth::CryptAuthClientFactory>
- CreateCryptAuthClientFactory() override;
- cryptauth::DeviceClassifier GetDeviceClassifier() override;
- std::string GetAccountId() override;
- gcm::GCMDriver* GetGCMDriver() override;
-
ChromeProximityAuthClient* proximity_auth_client() {
return &proximity_auth_client_;
}
« no previous file with comments | « no previous file | chrome/browser/signin/easy_unlock_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698