// ui/webui/resources/cr_components/composebox/composebox.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 UI_WEBUI_RESOURCES_CR_COMPONENTS_COMPOSEBOX_COMPOSEBOX_MOJOM_SHARED_MESSAGE_IDS_H_
#define UI_WEBUI_RESOURCES_CR_COMPONENTS_COMPOSEBOX_COMPOSEBOX_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace composebox::mojom {
namespace messages {


enum class PageHandlerFactory : uint32_t {
  kCreatePageHandler = 0,
};
enum class PageHandler : uint32_t {
  kFocusChanged = 0,
  kStartPlatformVoiceRecognition = 1,
  kHandleLensButtonClick = 2,
  kHandleFileUpload = 3,
  kNavigateUrl = 4,
  kCloseLensOverlayFromWebUI = 5,
  kSetSmartTabSharingActive = 6,
  kGetSmartTabSharingActive = 7,
  kOnContextMenuOpened = 8,
  kNotifyComposeboxQuerySubmittedWithContext = 9,
  kCanShowNextboxAnimation = 10,
  kRecordNextboxAnimationImpression = 11,
};

}  // namespace messages

}  // composebox::mojom

#endif  // UI_WEBUI_RESOURCES_CR_COMPONENTS_COMPOSEBOX_COMPOSEBOX_MOJOM_SHARED_MESSAGE_IDS_H_