| // 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 IOS_CHROME_BROWSER_DOWNLOAD_UI_BUNDLED_DOWNLOAD_MANAGER_CONSTANTS_H_ |
| #define IOS_CHROME_BROWSER_DOWNLOAD_UI_BUNDLED_DOWNLOAD_MANAGER_CONSTANTS_H_ |
| |
| #import <Foundation/Foundation.h> |
| |
| extern NSString* const kDownloadManagerDownloadAccessibilityIdentifier; |
| extern NSString* const kDownloadManagerSaveEllipsisAccessibilityIdentifier; |
| extern NSString* const kDownloadManagerOpenAccessibilityIdentifier; |
| extern NSString* const kDownloadManagerOpenInAccessibilityIdentifier; |
| extern NSString* const kDownloadManagerOpenInDriveAccessibilityIdentifier; |
| extern NSString* const kDownloadManagerInstallAppAccessibilityIdentifier; |
| extern NSString* const kDownloadManagerTryAgainAccessibilityIdentifier; |
| extern NSString* const kDownloadManagerCloseButtonAccessibilityIdentifier; |
| |
| // Duration for all animations used in Download Manager. |
| extern const NSTimeInterval kDownloadManagerAnimationDuration; |
| |
| #endif // IOS_CHROME_BROWSER_DOWNLOAD_UI_BUNDLED_DOWNLOAD_MANAGER_CONSTANTS_H_ |