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

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

Issue 2923723002: Avoid toggling app list if interrupted by mouse (Closed)
Patch Set: Add unit test in accelerator_filter_unittest.cc Created 3 years, 6 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_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_;

Powered by Google App Engine
This is Rietveld 408576698