| 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
|
| index 8a1900bf917d1b557b73b4e5ab21256201c7a6d4..40c8702e0c5e1e40555f2ee1ceef8886bb728040 100644
|
| --- a/ash/common/system/chromeos/palette/palette_utils.h
|
| +++ b/ash/common/system/chromeos/palette/palette_utils.h
|
| @@ -9,8 +9,9 @@
|
|
|
| namespace ash {
|
|
|
| -// Returns true if the palette is enabled.
|
| -ASH_EXPORT bool IsPaletteEnabled();
|
| +// Returns true if the palette feature is enabled. The palette itself may have
|
| +// been disabled by the user.
|
| +ASH_EXPORT bool IsPaletteFeatureEnabled();
|
|
|
| } // namespace ash
|
|
|
|
|