| 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 3419d4ff1b3e7dbee4934d40695b9576f55c34be..71b28b2fc0843fcd7ca5828ded878d5d22fcac45 100644
|
| --- a/chrome/browser/chromeos/ownership/owner_settings_service.h
|
| +++ b/chrome/browser/chromeos/ownership/owner_settings_service.h
|
| @@ -72,7 +72,6 @@ class OwnerSettingsService : public DeviceSettingsService::PrivateKeyDelegate,
|
| // Checks if the user is the device owner, without the user profile having to
|
| // been initialized. Should be used only if login state is in safe mode.
|
| static void IsOwnerForSafeModeAsync(
|
| - const std::string& user_id,
|
| const std::string& user_hash,
|
| const scoped_refptr<ownership::OwnerKeyUtil>& owner_key_util,
|
| const IsOwnerCallback& callback);
|
|
|