| // Copyright 2024 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_CONTEXT_MENU_UI_BUNDLED_CONSTANTS_H_ |
| #define IOS_CHROME_BROWSER_CONTEXT_MENU_UI_BUNDLED_CONSTANTS_H_ |
| |
| #import <Foundation/Foundation.h> |
| |
| // Accessibility identifier of the image preview view for context menu. |
| extern NSString* const kContextMenuImagePreviewAccessibilityIdentifier; |
| |
| #endif // IOS_CHROME_BROWSER_CONTEXT_MENU_UI_BUNDLED_CONSTANTS_H_ |