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 40c8702e0c5e1e40555f2ee1ceef8886bb728040..dd7d1db018e02adad737a94f7bde37b0d474e02a 100644 |
--- a/ash/common/system/chromeos/palette/palette_utils.h |
+++ b/ash/common/system/chromeos/palette/palette_utils.h |
@@ -13,6 +13,9 @@ namespace ash { |
// been disabled by the user. |
ASH_EXPORT bool IsPaletteFeatureEnabled(); |
+// Are experimental palette features enabled? |
+ASH_EXPORT bool ArePaletteExperimentalFeaturesEnabled(); |
+ |
} // namespace ash |
#endif // ASH_COMMON_SYSTEM_CHROMEOS_PALETTE_PALETTE_UTILS_H_ |