blob: e4ad2971d4815af3a5699c3ad1c7f4321c4da54a [file] [log] [blame]
// content/public/test/test_service.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 CONTENT_PUBLIC_TEST_TEST_SERVICE_MOJOM_SHARED_MESSAGE_IDS_H_
#define CONTENT_PUBLIC_TEST_TEST_SERVICE_MOJOM_SHARED_MESSAGE_IDS_H_
#include <stdint.h>
namespace content::mojom {
namespace messages {
enum class TestService : uint32_t {
kDoSomething = 0,
kDoTerminateProcess = 1,
kDoCrashImmediately = 2,
kCreateFolder = 3,
kGetRequestorName = 4,
kCreateReadOnlySharedMemoryRegion = 5,
kCreateWritableSharedMemoryRegion = 6,
kCreateUnsafeSharedMemoryRegion = 7,
kCloneSharedMemoryContents = 8,
kIsProcessSandboxed = 9,
kPseudonymizeString = 10,
kPassWriteableFile = 11,
kWriteToPreloadedPipe = 12,
};
} // namespace messages
} // content::mojom
#endif // CONTENT_PUBLIC_TEST_TEST_SERVICE_MOJOM_SHARED_MESSAGE_IDS_H_