// components/web_package/mojom/web_bundle_parser.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_WEB_PACKAGE_MOJOM_WEB_BUNDLE_PARSER_MOJOM_SHARED_MESSAGE_IDS_H_
#define COMPONENTS_WEB_PACKAGE_MOJOM_WEB_BUNDLE_PARSER_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace web_package::mojom {
namespace messages {


enum class WebBundleParserFactory : uint32_t {
  kGetParserForDataSource = 0,
  kBindFileDataSource = 1,
};
enum class WebBundleParser : uint32_t {
  kParseIntegrityBlock = 0,
  kParseMetadata = 1,
  kParseResponse = 2,
  kClose = 3,
};
enum class BundleDataSource : uint32_t {
  kRead = 0,
  kLength = 1,
  kIsRandomAccessContext = 2,
  kClose = 3,
};

}  // namespace messages

}  // web_package::mojom

#endif  // COMPONENTS_WEB_PACKAGE_MOJOM_WEB_BUNDLE_PARSER_MOJOM_SHARED_MESSAGE_IDS_H_