| Index: ash/common/system/chromeos/palette/palette_utils.h
|
| diff --git a/ash/common/system/chromeos/palette/palette_utils.h b/ash/common/system/chromeos/palette/palette_utils.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8a1900bf917d1b557b73b4e5ab21256201c7a6d4
|
| --- /dev/null
|
| +++ b/ash/common/system/chromeos/palette/palette_utils.h
|
| @@ -0,0 +1,17 @@
|
| +// Copyright 2016 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 ASH_COMMON_SYSTEM_CHROMEOS_PALETTE_PALETTE_UTILS_H_
|
| +#define ASH_COMMON_SYSTEM_CHROMEOS_PALETTE_PALETTE_UTILS_H_
|
| +
|
| +#include "ash/ash_export.h"
|
| +
|
| +namespace ash {
|
| +
|
| +// Returns true if the palette is enabled.
|
| +ASH_EXPORT bool IsPaletteEnabled();
|
| +
|
| +} // namespace ash
|
| +
|
| +#endif // ASH_COMMON_SYSTEM_CHROMEOS_PALETTE_PALETTE_UTILS_H_
|
|
|