chromium/ios/chrome/browser/find_bar/ui_bundled/find_bar_constants.h

// Copyright 2018 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_FIND_BAR_UI_BUNDLED_FIND_BAR_CONSTANTS_H_
#define IOS_CHROME_BROWSER_FIND_BAR_UI_BUNDLED_FIND_BAR_CONSTANTS_H_

#import <Foundation/Foundation.h>

// The a11y ID of the text input field in the find-in-page bar.
extern NSString* const kFindInPageInputFieldId;

// The a11y ID of the "next" button in the find-in-page bar.
extern NSString* const kFindInPageNextButtonId;

// The a11y ID of the "previous" button in the find-in-page bar.
extern NSString* const kFindInPagePreviousButtonId;

// The a11y ID of the "close" button in the find-in-page bar.
extern NSString* const kFindInPageCloseButtonId;

// The a11y ID of the results count label in the find-in-page bar.
extern NSString* const kFindInPageResultsCountLabelId;

#endif  // IOS_CHROME_BROWSER_FIND_BAR_UI_BUNDLED_FIND_BAR_CONSTANTS_H_