Index: ash/common/accelerators/debug_commands.h |
diff --git a/ash/common/accelerators/debug_commands.h b/ash/common/accelerators/debug_commands.h |
index b9938a24f5b3548c90b57f6044b1d16012d4e256..3ef73ae409eb006a199ab2379498d5a0f3f97bd8 100644 |
--- a/ash/common/accelerators/debug_commands.h |
+++ b/ash/common/accelerators/debug_commands.h |
@@ -23,6 +23,9 @@ ASH_EXPORT void PrintUIHierarchies(); |
// Returns true if debug accelerators are enabled. |
ASH_EXPORT bool DebugAcceleratorsEnabled(); |
+// Returns true if developer accelerators are enabled. |
+ASH_EXPORT bool DeveloperAcceleratorsEnabled(); |
+ |
// Performs |action| if |action| belongs to a debug-only accelerator and debug |
// accelerators are enabled. |
ASH_EXPORT void PerformDebugActionIfEnabled(AcceleratorAction action); |