chromium/ios/chrome/browser/tabs/ui_bundled/tab_strip_constants.h

// 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_TABS_UI_BUNDLED_TAB_STRIP_CONSTANTS_H_
#define IOS_CHROME_BROWSER_TABS_UI_BUNDLED_TAB_STRIP_CONSTANTS_H_

#import <CoreGraphics/CoreGraphics.h>
#import <Foundation/Foundation.h>

extern NSString* const kRegularTabStripId;
extern NSString* const kIncognitoTabStripId;

// The size of the tab strip view.
extern const CGFloat kTabStripHeight;

// The size of the modern tab strip view.
extern const CGFloat kModernTabStripHeight;

#endif  // IOS_CHROME_BROWSER_TABS_UI_BUNDLED_TAB_STRIP_CONSTANTS_H_