Chromium Code Reviews| Index: ui/base/accelerators/accelerator.h | 
| =================================================================== | 
| --- ui/base/accelerators/accelerator.h (revision 152319) | 
| +++ ui/base/accelerators/accelerator.h (working copy) | 
| @@ -49,6 +49,7 @@ | 
| bool IsShiftDown() const; | 
| bool IsCtrlDown() const; | 
| bool IsAltDown() const; | 
| + bool IsCmdDown() const; | 
| // Returns a string with the localized shortcut if any. | 
| string16 GetShortcutText() const; |