| // 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. |
| |
| #import "ios/chrome/browser/infobars/ui_bundled/infobar_constants.h" |
| |
| const int kInfobarBackgroundColor = 0xfafafa; |
| |
| const CGFloat kInfobarTopPaddingBottomOmnibox = 4.0; |
| |
| // a11y identifier so that automation can tap on either infobar button |
| NSString* const kConfirmInfobarButton1AccessibilityIdentifier = |
| @"confirmInfobarButton1AXID"; |
| NSString* const kConfirmInfobarButton2AccessibilityIdentifier = |
| @"confirmInfobarButton2AXID"; |