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

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

Issue 2923723002: Avoid toggling app list if interrupted by mouse (Closed)
Patch Set: Rebase and refactor is_interrupted_by_mouse_event() to interrupted_by_mouse_event() Created 3 years, 5 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
« no previous file with comments | « ui/base/accelerators/accelerator.cc ('k') | ui/base/accelerators/accelerator_history.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/accelerators/accelerator_history.h
diff --git a/ui/base/accelerators/accelerator_history.h b/ui/base/accelerators/accelerator_history.h
index ee63a5723fe6ed98b07ed24312b5f8d660d27de3..bc944cc9a6b20f2f29cef7f5ab9cd1dc28e49438 100644
--- a/ui/base/accelerators/accelerator_history.h
+++ b/ui/base/accelerators/accelerator_history.h
@@ -35,6 +35,8 @@ class UI_BASE_EXPORT AcceleratorHistory {
// stored one.
void StoreCurrentAccelerator(const Accelerator& accelerator);
+ void InterruptCurrentAccelerator();
+
private:
Accelerator current_accelerator_;
Accelerator previous_accelerator_;
« no previous file with comments | « ui/base/accelerators/accelerator.cc ('k') | ui/base/accelerators/accelerator_history.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698