Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Unified Diff: ash/common/system/chromeos/palette/palette_utils.h

Issue 2297393002: cros/ash: Only show the stylus palette on the internal display. (Closed)
Patch Set: Address comments Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/common/ash_switches.cc ('k') | ash/common/system/chromeos/palette/palette_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 dd7d1db018e02adad737a94f7bde37b0d474e02a..f9fde489865b74bcd15e37a8e7b614fac97e6236 100644
--- a/ash/common/system/chromeos/palette/palette_utils.h
+++ b/ash/common/system/chromeos/palette/palette_utils.h
@@ -16,6 +16,9 @@ ASH_EXPORT bool IsPaletteFeatureEnabled();
// Are experimental palette features enabled?
ASH_EXPORT bool ArePaletteExperimentalFeaturesEnabled();
+// Returns true if the palette should be shown on every display.
+ASH_EXPORT bool IsPaletteEnabledOnEveryDisplay();
+
} // namespace ash
#endif // ASH_COMMON_SYSTEM_CHROMEOS_PALETTE_PALETTE_UTILS_H_
« no previous file with comments | « ash/common/ash_switches.cc ('k') | ash/common/system/chromeos/palette/palette_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698