| Index: chrome/browser/chromeos/arc/arc_auth_service.h
|
| diff --git a/chrome/browser/chromeos/arc/arc_auth_service.h b/chrome/browser/chromeos/arc/arc_auth_service.h
|
| index 61c7ff19acaf72515e80ad1dcbef5ee0a0b02fc1..ff967398cfad4224a1a894cff1377171660e9e64 100644
|
| --- a/chrome/browser/chromeos/arc/arc_auth_service.h
|
| +++ b/chrome/browser/chromeos/arc/arc_auth_service.h
|
| @@ -97,6 +97,7 @@ class ArcAuthService : public ArcService,
|
| static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| static void DisableUIForTesting();
|
| + static void AllowCryptohomeDataEphemeralUserForTesting();
|
| static void SetShelfDelegateForTesting(ash::ShelfDelegate* shelf_delegate);
|
|
|
| // Checks if OptIn verification was disabled by switch in command line.
|
| @@ -153,6 +154,8 @@ class ArcAuthService : public ArcService,
|
|
|
| bool IsArcManaged() const;
|
| bool IsArcEnabled() const;
|
| +
|
| + // This requires Arc to be allowed (|IsAllowed|)for current profile.
|
| void EnableArc();
|
| void DisableArc();
|
|
|
|
|