| 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 a3727c31d1530c266725228d300005e48730cfc0..fa9255cbd4869ac185a0f1dd7b10d50ebb16c229 100644
|
| --- a/chrome/browser/ui/views/accelerator_table.h
|
| +++ b/chrome/browser/ui/views/accelerator_table.h
|
| @@ -27,6 +27,11 @@ struct AcceleratorMapping {
|
| // handled by Chrome but excluding accelerators handled by Ash.
|
| CHROME_VIEWS_EXPORT std::vector<AcceleratorMapping> GetAcceleratorList();
|
|
|
| +// Returns a full list of accelerator mapping without platform-specific
|
| +// post-filtering.
|
| +CHROME_VIEWS_EXPORT std::vector<AcceleratorMapping>
|
| +GetUnfilteredAcceleratorListForTesting();
|
| +
|
| // Returns true on Ash and if the command id has an associated accelerator which
|
| // is handled by Ash. If the return is true the accelerator is returned via the
|
| // second argument.
|
|
|