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

Unified Diff: athena/screen/screen_accelerator_handler.h

Issue 863033002: Delete athena/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/screen/public/screen_manager.h ('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
deleted file mode 100644
index 76794f2f14d492df4fa244627188895733b4ee23..0000000000000000000000000000000000000000
--- a/athena/screen/screen_accelerator_handler.h
+++ /dev/null
@@ -1,31 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-#ifndef ATHENA_SCREEN_SCREEN_ACCELERATOR_HANDLER_H_
-#define ATHENA_SCREEN_SCREEN_ACCELERATOR_HANDLER_H_
-
-#include "athena/input/public/accelerator_manager.h"
-
-#include "base/macros.h"
-
-namespace athena {
-
-// Handles screen related accelerators.
-class ScreenAcceleratorHandler : public AcceleratorHandler {
- public:
- ScreenAcceleratorHandler();
-
- private:
- ~ScreenAcceleratorHandler() override;
-
- // AcceleratorHandler:
- virtual bool IsCommandEnabled(int command_id) const override;
- virtual bool OnAcceleratorFired(int command_id,
- const ui::Accelerator& accelerator) override;
-
- DISALLOW_COPY_AND_ASSIGN(ScreenAcceleratorHandler);
-};
-
-} // namespace athena
-
-#endif // ATHENA_SCREEN_SCREEN_ACCELERATOR_HANDLER_H_
« no previous file with comments | « athena/screen/public/screen_manager.h ('k') | athena/screen/screen_accelerator_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698