| 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 df6a2134f8f36f50f27eda70333be165b9f6265f..cc0dd39480b3bf77e15625d9495a2aa9b77c90c5 100644
|
| --- a/chrome/browser/signin/easy_unlock_service.h
|
| +++ b/chrome/browser/signin/easy_unlock_service.h
|
| @@ -79,6 +79,9 @@ class EasyUnlockService : public KeyedService {
|
| // Returns the user's preferences.
|
| static UserSettings GetUserSettings(const std::string& user_id);
|
|
|
| + // Returns the identifier for the device.
|
| + static std::string GetDeviceId();
|
| +
|
| // Returns true if Easy sign-in is enabled.
|
| static bool IsSignInEnabled();
|
|
|
|
|