blob: 57a04ab3371e7adf8ed7d7e9cf099818a1f8f1d1 [file] [log] [blame]
// Copyright 2025 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_TABS_TAB_GROUP_HOME_CONSTANTS_H_
#define CHROME_BROWSER_UI_TABS_TAB_GROUP_HOME_CONSTANTS_H_
#include "base/feature_list.h"
namespace tabs {
inline constexpr char kTabGroupHomeHost[] = "tab-group-home";
namespace flag_descriptions {
extern const char kTabGroupHomeName[];
extern const char kTabGroupHomeDescription[];
} // namespace flag_descriptions
} // namespace tabs
#endif // CHROME_BROWSER_UI_TABS_TAB_GROUP_HOME_CONSTANTS_H_