// components/no_state_prefetch/common/no_state_prefetch_canceler.mojom-shared-message-ids.h is auto generated by mojom_bindings_generator.py, do not edit

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

#ifndef COMPONENTS_NO_STATE_PREFETCH_COMMON_NO_STATE_PREFETCH_CANCELER_MOJOM_SHARED_MESSAGE_IDS_H_
#define COMPONENTS_NO_STATE_PREFETCH_COMMON_NO_STATE_PREFETCH_CANCELER_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace prerender::mojom {
namespace messages {


enum class NoStatePrefetchCanceler : uint32_t {
  kCancelNoStatePrefetchForUnsupportedScheme = 0,
  kCancelNoStatePrefetchAfterSubresourcesDiscovered = 1,
};

}  // namespace messages

}  // prerender::mojom

#endif  // COMPONENTS_NO_STATE_PREFETCH_COMMON_NO_STATE_PREFETCH_CANCELER_MOJOM_SHARED_MESSAGE_IDS_H_