| // 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_SETTINGS_UI_BUNDLED_SETTINGS_NAVIGATION_CONTROLLER_CONSTANTS_H_ |
| #define IOS_CHROME_BROWSER_SETTINGS_UI_BUNDLED_SETTINGS_NAVIGATION_CONTROLLER_CONSTANTS_H_ |
| |
| #import <Foundation/Foundation.h> |
| |
| namespace password_manager { |
| |
| // Accessibility identifier of the Navigation Bar embedded in the Settings |
| // Navigation Controller. |
| extern NSString* const kSettingsNavigationBarAccessibilityID; |
| |
| } // namespace password_manager |
| |
| #endif // IOS_CHROME_BROWSER_SETTINGS_UI_BUNDLED_SETTINGS_NAVIGATION_CONTROLLER_CONSTANTS_H_ |