chromium/ios/chrome/browser/ui/content_suggestions/tab_resumption/tab_resumption_constants.h

// 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_UI_CONTENT_SUGGESTIONS_TAB_RESUMPTION_TAB_RESUMPTION_CONSTANTS_H_
#define IOS_CHROME_BROWSER_UI_CONTENT_SUGGESTIONS_TAB_RESUMPTION_TAB_RESUMPTION_CONSTANTS_H_

#import <UIKit/UIKit.h>

// Accessibility identifier for the TabResumptionView.
extern NSString* const kTabResumptionViewIdentifier;

// Command line flag to show the item immediately without waiting for favicon.
// Mainly used in tests to avoid network requests.
extern const char kTabResumptionShowItemImmediately[];

#endif  // IOS_CHROME_BROWSER_UI_CONTENT_SUGGESTIONS_TAB_RESUMPTION_TAB_RESUMPTION_CONSTANTS_H_