[go: nahoru, domu]

blob: b2d4b542097d5e341ba2737c0f2b4af9f0154b71 [file] [log] [blame]
// 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_UI_HISTORY_HISTORY_UI_CONSTANTS_H_
#define IOS_CHROME_BROWSER_UI_HISTORY_HISTORY_UI_CONSTANTS_H_
#import <Foundation/Foundation.h>
// Accessibility identifier for the History TableView.
extern NSString* const kHistoryTableViewIdentifier;
// Accessibility identifier of the search controller search bar.
extern NSString* const kHistorySearchControllerSearchBarIdentifier;
// Accessibility identifier of the navigation controller done button.
extern NSString* const kHistoryNavigationControllerDoneButtonIdentifier;
// Accessibility identifier of the delete toolbar button.
extern NSString* const kHistoryToolbarDeleteButtonIdentifier;
// Accessibility identifier of the clear browsing data toolbar button.
extern NSString* const kHistoryToolbarClearBrowsingButtonIdentifier;
// Accessibility identifier of the edit toolbar button.
extern NSString* const kHistoryToolbarEditButtonIdentifier;
// Accessibility identifier of the cancel toolbar button.
extern NSString* const kHistoryToolbarCancelButtonIdentifier;
// Accessibility identifier for the scrim over TableView.
extern NSString* const kHistorySearchScrimIdentifier;
#endif // IOS_CHROME_BROWSER_UI_HISTORY_HISTORY_UI_CONSTANTS_H_