// components/services/filesystem/public/mojom/directory.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_SERVICES_FILESYSTEM_PUBLIC_MOJOM_DIRECTORY_MOJOM_SHARED_MESSAGE_IDS_H_
#define COMPONENTS_SERVICES_FILESYSTEM_PUBLIC_MOJOM_DIRECTORY_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace filesystem::mojom {
namespace messages {


enum class Directory : uint32_t {
  kRead = 0,
  kOpenFileHandle = 1,
  kOpenFileHandles = 2,
  kOpenDirectory = 3,
  kRename = 4,
  kReplace = 5,
  kDelete = 6,
  kExists = 7,
  kIsWritable = 8,
  kFlush = 9,
  kStatFile = 10,
  kClone = 11,
  kReadEntireFile = 12,
  kWriteFile = 13,
};

}  // namespace messages

}  // filesystem::mojom

#endif  // COMPONENTS_SERVICES_FILESYSTEM_PUBLIC_MOJOM_DIRECTORY_MOJOM_SHARED_MESSAGE_IDS_H_