blob: ae1c7c2e5fb417b13a41d326a3dd272a965ec28c [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_DOM_STORAGE_STORAGE_PARTITION_SERVICE_MOJOM_SHARED_MESSAGE_IDS_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_DOM_STORAGE_STORAGE_PARTITION_SERVICE_MOJOM_SHARED_MESSAGE_IDS_H_
#include <stdint.h>
namespace blink {
namespace mojom {
namespace internal {
constexpr uint32_t kStoragePartitionService_OpenLocalStorage_Name = 0;
constexpr uint32_t kStoragePartitionService_OpenSessionStorage_Name = 1;
} // namespace internal
} // namespace mojom
} // namespace blink
#endif // THIRD_PARTY_BLINK_PUBLIC_MOJOM_DOM_STORAGE_STORAGE_PARTITION_SERVICE_MOJOM_SHARED_MESSAGE_IDS_H_