// chrome/browser/glic/host/glic_webui.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 CHROME_BROWSER_GLIC_HOST_GLIC_WEBUI_MOJOM_SHARED_MESSAGE_IDS_H_
#define CHROME_BROWSER_GLIC_HOST_GLIC_WEBUI_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace glic::mojom {
namespace messages {


enum class PreloadPage : uint32_t {
  kSetProfileReadyState = 0,
  kOnGuestNavigationStarted = 1,
  kOnGuestNavigated = 2,
  kOnGuestProcessGone = 3,
  kWebClientStateChanged = 4,
};
enum class Page : uint32_t {
  kIntentToShow = 0,
  kSetProfileReadyState = 1,
  kUpdatePageState = 2,
  kClientReadyStateChanged = 3,
  kZoom = 4,
};
enum class GlicPreloadHandler : uint32_t {
  kPrepareForClient = 0,
};
enum class GlicPreloadHandlerFactory : uint32_t {
  kCreatePreloadHandler = 0,
};
enum class PageHandlerFactory : uint32_t {
  kCreatePageHandler = 0,
};
enum class PageHandler : uint32_t {
  kCreateWebClient = 0,
  kPrepareForClient = 1,
  kWebviewCommitted = 2,
  kOnZoomLevelChange = 3,
  kClosePanel = 4,
  kOpenHelpCenterTopicAndClosePanel = 5,
  kOpenProfilePickerAndClosePanel = 6,
  kOpenDisabledByAdminLinkAndClosePanel = 7,
  kSignInAndClosePanel = 8,
  kResizeWidget = 9,
  kEnableDragResize = 10,
  kOnWebUiStateChanged = 11,
};

}  // namespace messages

}  // glic::mojom

#endif  // CHROME_BROWSER_GLIC_HOST_GLIC_WEBUI_MOJOM_SHARED_MESSAGE_IDS_H_