// chrome/common/search/search.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_COMMON_SEARCH_SEARCH_MOJOM_SHARED_MESSAGE_IDS_H_
#define CHROME_COMMON_SEARCH_SEARCH_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace search::mojom {
namespace messages {


enum class EmbeddedSearchConnector : uint32_t {
  kConnect = 0,
};
enum class EmbeddedSearch : uint32_t {
  kFocusOmnibox = 0,
  kDeleteMostVisitedItem = 1,
  kUndoAllMostVisitedDeletions = 2,
  kUndoMostVisitedDeletion = 3,
};
enum class EmbeddedSearchClient : uint32_t {
  kSetPageSequenceNumber = 0,
  kFocusChanged = 1,
  kMostVisitedInfoChanged = 2,
  kSetInputInProgress = 3,
  kThemeChanged = 4,
};

}  // namespace messages

}  // search::mojom

#endif  // CHROME_COMMON_SEARCH_SEARCH_MOJOM_SHARED_MESSAGE_IDS_H_