// chrome/browser/ui/webui/omnibox/aim_eligibility/aim_eligibility.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_UI_WEBUI_OMNIBOX_AIM_ELIGIBILITY_AIM_ELIGIBILITY_MOJOM_SHARED_MESSAGE_IDS_H_
#define CHROME_BROWSER_UI_WEBUI_OMNIBOX_AIM_ELIGIBILITY_AIM_ELIGIBILITY_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace aim_eligibility::mojom {
namespace messages {


enum class Page : uint32_t {
  kOnEligibilityStateChanged = 0,
  kOnDriveStatusChanged = 1,
};
enum class PageHandler : uint32_t {
  kGetEligibilityState = 0,
  kRequestServerEligibilityForDebugging = 1,
  kSetEligibilityResponseForDebugging = 2,
};
enum class PageHandlerFactory : uint32_t {
  kCreatePageHandler = 0,
};

}  // namespace messages

}  // aim_eligibility::mojom

#endif  // CHROME_BROWSER_UI_WEBUI_OMNIBOX_AIM_ELIGIBILITY_AIM_ELIGIBILITY_MOJOM_SHARED_MESSAGE_IDS_H_