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

Unified Diff: athena/input/public/accelerator_manager.h

Issue 322503005: Athena's FocusManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « athena/input/input_manager_impl.cc ('k') | athena/screen/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/input/public/accelerator_manager.h
diff --git a/athena/input/public/accelerator_manager.h b/athena/input/public/accelerator_manager.h
index e0a1ad447bd7bc1454c9f637f791ded0bd6cf40c..bb700f9e1c84a45c44472f8c934e8f94033305a9 100644
--- a/athena/input/public/accelerator_manager.h
+++ b/athena/input/public/accelerator_manager.h
@@ -55,6 +55,8 @@ class ATHENA_EXPORT AcceleratorHandler {
class AcceleratorManager {
public:
+ static AcceleratorManager* Get();
+
virtual ~AcceleratorManager() {}
// Register accelerators and its handler that will be invoked when
@@ -63,8 +65,8 @@ class AcceleratorManager {
size_t num_accelerators,
AcceleratorHandler* handler) = 0;
- // Enables accelerators that has a AF_DEBUG flag.
- virtual void EnableDebugAccelerators() = 0;
+ // Enables/Disables accelerators that has a AF_DEBUG flag.
+ virtual void SetDebugAcceleratorsEnabled(bool enabled) = 0;
};
} // namespace athena
« no previous file with comments | « athena/input/input_manager_impl.cc ('k') | athena/screen/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698