blob: be8780dc8c6d64c9bdec40ae71353bae2c9270cf [file] [log] [blame]
// Copyright 2024 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_APP_BACKGROUND_REFRESH_CONSTANTS_H_
#define IOS_CHROME_APP_BACKGROUND_REFRESH_CONSTANTS_H_
#import <Foundation/Foundation.h>
// The identifier used to register and schedule background app refresh tasks.
extern NSString* const kAppBackgroundRefreshTaskIdentifier;
#endif // IOS_CHROME_APP_BACKGROUND_REFRESH_CONSTANTS_H_