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

Unified Diff: athena/screen/screen_accelerator_handler.h

Issue 687533002: Print activity state when Ctrl+Shift+Alt+W is pressed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move debug accelerators to DebugAcceleratorHandler Created 6 years, 2 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/main/debug_accelerator_handler.cc ('k') | athena/screen/screen_accelerator_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/screen/screen_accelerator_handler.h
diff --git a/athena/screen/screen_accelerator_handler.h b/athena/screen/screen_accelerator_handler.h
index 089bf09b103f34aba43c20cabaf8f0fc26bb452b..76794f2f14d492df4fa244627188895733b4ee23 100644
--- a/athena/screen/screen_accelerator_handler.h
+++ b/athena/screen/screen_accelerator_handler.h
@@ -8,16 +8,12 @@
#include "base/macros.h"
-namespace aura {
-class Window;
-}
-
namespace athena {
// Handles screen related accelerators.
class ScreenAcceleratorHandler : public AcceleratorHandler {
public:
- explicit ScreenAcceleratorHandler(aura::Window* root_window);
+ ScreenAcceleratorHandler();
private:
~ScreenAcceleratorHandler() override;
@@ -27,8 +23,6 @@ class ScreenAcceleratorHandler : public AcceleratorHandler {
virtual bool OnAcceleratorFired(int command_id,
const ui::Accelerator& accelerator) override;
- aura::Window* root_window_;
-
DISALLOW_COPY_AND_ASSIGN(ScreenAcceleratorHandler);
};
« no previous file with comments | « athena/main/debug_accelerator_handler.cc ('k') | athena/screen/screen_accelerator_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698