| 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 372acdd1b8fa661f0ddbbe3301f99130132a7f26..8500446d1cec3b34ec751e7aca6170bb60d3f582 100644
|
| --- a/chrome/browser/signin/easy_unlock_service.h
|
| +++ b/chrome/browser/signin/easy_unlock_service.h
|
| @@ -82,6 +82,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();
|
|
|
|
|