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

Unified Diff: ui/base/accelerators/accelerator.h

Issue 2013293002: NOT FOR COMMIT: Make altgr+left and altgr+right navigate back/forward on views. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months 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
Index: ui/base/accelerators/accelerator.h
diff --git a/ui/base/accelerators/accelerator.h b/ui/base/accelerators/accelerator.h
index e3f079cb07fe41ee58161f9ae6ce6629cdcdec6e..a7f61a3a97a5dc77274c9c7bf69e7f46fa3151db 100644
--- a/ui/base/accelerators/accelerator.h
+++ b/ui/base/accelerators/accelerator.h
@@ -61,6 +61,7 @@ class UI_BASE_EXPORT Accelerator {
bool IsShiftDown() const;
bool IsCtrlDown() const;
bool IsAltDown() const;
+ bool IsAltGrDown() const;
bool IsCmdDown() const;
bool IsRepeat() const;

Powered by Google App Engine
This is Rietveld 408576698