chromium/chrome/browser/ui/views/side_panel/side_panel_entry_id.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/ui/views/side_panel/side_panel_entry_id.h"

#define SIDE_PANEL_TO_STRING_CASE_STATEMENT
std::string SidePanelEntryIdToString(SidePanelEntryId id) {}
#undef SIDE_PANEL_TO_STRING_CASE_STATEMENT

#define SIDE_PANEL_HISTOGRAM_NAME_CASE_STATEMENT
std::string SidePanelEntryIdToHistogramName(SidePanelEntryId id) {}
#undef SIDE_PANEL_HISTOGRAM_NAME_CASE_STATEMENT

#define SIDE_PANEL_ACTION_ID_CASE_STATEMENT
std::optional<actions::ActionId> SidePanelEntryIdToActionId(
    SidePanelEntryId id) {}
#undef SIDE_PANEL_ACTION_ID_CASE_STATEMENT