blob: 839d0f8fdacf6c2eda6a88e6c9ebd2281e37214e [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_AREA_MOJOM_SHARED_MESSAGE_IDS_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_DOM_STORAGE_STORAGE_AREA_MOJOM_SHARED_MESSAGE_IDS_H_
#include <stdint.h>
namespace blink {
namespace mojom {
namespace internal {
constexpr uint32_t kStorageAreaObserver_KeyAdded_Name = 0;
constexpr uint32_t kStorageAreaObserver_KeyChanged_Name = 1;
constexpr uint32_t kStorageAreaObserver_KeyDeleted_Name = 2;
constexpr uint32_t kStorageAreaObserver_AllDeleted_Name = 3;
constexpr uint32_t kStorageAreaObserver_ShouldSendOldValueOnMutations_Name = 4;
constexpr uint32_t kStorageAreaGetAllCallback_Complete_Name = 0;
constexpr uint32_t kStorageArea_AddObserver_Name = 0;
constexpr uint32_t kStorageArea_Put_Name = 1;
constexpr uint32_t kStorageArea_Delete_Name = 2;
constexpr uint32_t kStorageArea_DeleteAll_Name = 3;
constexpr uint32_t kStorageArea_Get_Name = 4;
constexpr uint32_t kStorageArea_GetAll_Name = 5;
} // namespace internal
} // namespace mojom
} // namespace blink
#endif // THIRD_PARTY_BLINK_PUBLIC_MOJOM_DOM_STORAGE_STORAGE_AREA_MOJOM_SHARED_MESSAGE_IDS_H_