blob: cce2c45ce62fcd503a450c74cd4531d9c478d468 [file] [log] [blame]
// Copyright 2025 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_AUTHENTICATION_UI_BUNDLED_CONTINUATION_H_
#define IOS_CHROME_BROWSER_AUTHENTICATION_UI_BUNDLED_CONTINUATION_H_
#import "ios/chrome/app/change_profile_continuation.h"
#import "ios/chrome/browser/authentication/ui_bundled/change_profile_continuation_provider.h"
// Returns a continuation that does nothing.
ChangeProfileContinuation DoNothingContinuation();
// Returns a provider that returns DoNothingContinuation.
ChangeProfileContinuationProvider DoNothingContinuationProvider();
#endif // IOS_CHROME_BROWSER_AUTHENTICATION_UI_BUNDLED_CONTINUATION_H_