blob: 9a81cdef79e6944dc05d7de19ee9f26ec5184010 [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_UI_VIEWS_FEATURE_PROMOS_FEATURE_PROMO_COLORS_H_
#define CHROME_BROWSER_UI_VIEWS_FEATURE_PROMOS_FEATURE_PROMO_COLORS_H_
#include "third_party/skia/include/core/SkColor.h"
namespace ui {
class ThemeProvider;
} // namespace ui
SkColor GetFeaturePromoHighlightColorForToolbar(
const ui::ThemeProvider* theme_provider);
#endif // CHROME_BROWSER_UI_VIEWS_FEATURE_PROMOS_FEATURE_PROMO_COLORS_H_