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

Unified Diff: ash/accelerators/debug_commands.h

Issue 729993002: Alphabetise AcceleratorController::PerformAction() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nested_dispatch0
Patch Set: Created 6 years, 1 month 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/accelerators/accelerator_table.cc ('k') | ash/accelerators/debug_commands.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/debug_commands.h
diff --git a/ash/accelerators/debug_commands.h b/ash/accelerators/debug_commands.h
index 1c60123a653ee5c0cff1560d173a2cd056213239..8b0799fa8272ea536a070339553b9116bd13bc90 100644
--- a/ash/accelerators/debug_commands.h
+++ b/ash/accelerators/debug_commands.h
@@ -5,6 +5,7 @@
#ifndef ASH_ACCELERATORS_DEBUG_COMMANDS_H_
#define ASH_ACCELERATORS_DEBUG_COMMANDS_H_
+#include "ash/accelerators/accelerator_table.h"
#include "ash/ash_export.h"
// This file contains implementations of commands that are used only
@@ -21,7 +22,7 @@ ASH_EXPORT bool DebugAcceleratorsEnabled();
// Performs |action| and returns true if |action| belongs to a
// debug-only accelerator and debug accelerators are enabled.
-ASH_EXPORT bool PerformDebugAction(int action);
+ASH_EXPORT bool PerformDebugAction(AcceleratorAction action);
} // namespace debug
} // namespace ash
« no previous file with comments | « ash/accelerators/accelerator_table.cc ('k') | ash/accelerators/debug_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698