Index: chrome/browser/ui/views/accelerator_table.h |
diff --git a/chrome/browser/ui/views/accelerator_table.h b/chrome/browser/ui/views/accelerator_table.h |
index 14bb0ad890fa609e70e902186ce8295317ef1c8d..a3727c31d1530c266725228d300005e48730cfc0 100644 |
--- a/chrome/browser/ui/views/accelerator_table.h |
+++ b/chrome/browser/ui/views/accelerator_table.h |
@@ -41,6 +41,10 @@ CHROME_VIEWS_EXPORT bool GetStandardAcceleratorForCommandId( |
int command_id, |
ui::Accelerator* accelerator); |
+// Returns true if the command identified by |command_id| should be executed |
+// repeatedly while its accelerator keys are held down. |
+CHROME_VIEWS_EXPORT bool IsCommandRepeatable(int command_id); |
+ |
} // namespace chrome |
#endif // CHROME_BROWSER_UI_VIEWS_ACCELERATOR_TABLE_H_ |