// Copyright 2021 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_LINK_PREVIEW_LINK_PREVIEW_CONSTANTS_H_
#define IOS_CHROME_BROWSER_CONTEXT_MENU_UI_BUNDLED_LINK_PREVIEW_LINK_PREVIEW_CONSTANTS_H_
#import <Foundation/Foundation.h>
// Accessibility ID for preview URL bar.
extern NSString* const kPreviewURLBarIdentifier;
// Accessibility ID for preview URL origin.
extern NSString* const kPreviewOriginIdentifier;
// Accessibility ID for preview progress bar.
extern NSString* const kPreviewProgressBarIdentifier;
// Accessibility ID for preview web state view.
extern NSString* const kPreviewWebStateViewIdentifier;
#endif // IOS_CHROME_BROWSER_CONTEXT_MENU_UI_BUNDLED_LINK_PREVIEW_LINK_PREVIEW_CONSTANTS_H_