// third_party/blink/public/mojom/page/page.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 THIRD_PARTY_BLINK_PUBLIC_MOJOM_PAGE_PAGE_MOJOM_SHARED_MESSAGE_IDS_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_PAGE_PAGE_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace blink::mojom {
namespace messages {


enum class PageBroadcast : uint32_t {
  kSetPageLifecycleState = 0,
  kAudioStateChanged = 1,
  kActivatePrerenderedPage = 2,
  kUpgradePrerenderUntilScriptToFullPrerender = 3,
  kUpdateWebPreferences = 4,
  kUpdateRendererPreferences = 5,
  kSetHistoryIndexAndLength = 6,
  kSetPageBaseBackgroundColor = 7,
  kCreateRemoteMainFrame = 8,
  kUpdatePageBrowsingContextGroup = 9,
  kUpdateColorProviders = 10,
  kSetSupportsDraggableRegions = 11,
};

}  // namespace messages

}  // blink::mojom

#endif  // THIRD_PARTY_BLINK_PUBLIC_MOJOM_PAGE_PAGE_MOJOM_SHARED_MESSAGE_IDS_H_