| Index: chrome/browser/chromeos/ownership/owner_settings_service.h
|
| diff --git a/chrome/browser/chromeos/ownership/owner_settings_service.h b/chrome/browser/chromeos/ownership/owner_settings_service.h
|
| index a86c084673167805c5b7c9b87db58503d953ad91..744983105b71044fa288a6b0e9e8130a47c782a0 100644
|
| --- a/chrome/browser/chromeos/ownership/owner_settings_service.h
|
| +++ b/chrome/browser/chromeos/ownership/owner_settings_service.h
|
| @@ -75,18 +75,15 @@ class OwnerSettingsService : public DeviceSettingsService::PrivateKeyDelegate,
|
| const std::string& user_hash,
|
| const IsOwnerCallback& callback);
|
|
|
| - static scoped_refptr<ownership::OwnerKeyUtil> MakeOwnerKeyUtil();
|
| -
|
| - static void SetOwnerKeyUtilForTesting(
|
| - const scoped_refptr<ownership::OwnerKeyUtil>& owner_key_util);
|
| -
|
| static void SetDeviceSettingsServiceForTesting(
|
| DeviceSettingsService* device_settings_service);
|
|
|
| private:
|
| friend class OwnerSettingsServiceFactory;
|
|
|
| - explicit OwnerSettingsService(Profile* profile);
|
| + OwnerSettingsService(
|
| + Profile* profile,
|
| + const scoped_refptr<ownership::OwnerKeyUtil>& owner_key_util);
|
|
|
| // Reloads private key from profile's NSS slots. Responds via call
|
| // to OnPrivateKeyLoaded().
|
|
|