chromium/content/browser/sms/user_consent_handler.h

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CONTENT_BROWSER_SMS_USER_CONSENT_HANDLER_H_
#define CONTENT_BROWSER_SMS_USER_CONSENT_HANDLER_H_

#include "base/functional/callback_forward.h"
#include "base/memory/raw_ref.h"
#include "content/common/content_export.h"
#include "third_party/blink/public/mojom/sms/webotp_service.mojom-shared.h"
#include "url/origin.h"

namespace content {

class RenderFrameHost;

enum class UserConsentResult {};
CompletionCallback;

class CONTENT_EXPORT UserConsentHandler {};

class CONTENT_EXPORT NoopUserConsentHandler : public UserConsentHandler {};

class CONTENT_EXPORT PromptBasedUserConsentHandler : public UserConsentHandler {};

}  // namespace content

#endif  // CONTENT_BROWSER_SMS_USER_CONSENT_HANDLER_H_