blob: 07dc12aec8bd1e4c0d69f7e6cf62d29351e7f81d [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_WEBAUTHN_CHROME_AUTHENTICATOR_REQUEST_DELEGATE_MAC_H_
#define CHROME_BROWSER_WEBAUTHN_CHROME_AUTHENTICATOR_REQUEST_DELEGATE_MAC_H_
// IsICloudDriveEnabled returns true if iCloud Drive is available. This is used
// as an approximation to "has iCloud Keychain enabled", which is what we would
// like to know but cannot easily learn.
bool IsICloudDriveEnabled();
#endif // CHROME_BROWSER_WEBAUTHN_CHROME_AUTHENTICATOR_REQUEST_DELEGATE_MAC_H_