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

Unified Diff: ash/aura/wm_shelf_aura.h

Issue 2626483002: Removes WmShelfAura and WmShelfMus (Closed)
Patch Set: merge Created 3 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 | « ash/aura/wm_root_window_controller_aura.cc ('k') | ash/aura/wm_shelf_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/aura/wm_shelf_aura.h
diff --git a/ash/aura/wm_shelf_aura.h b/ash/aura/wm_shelf_aura.h
deleted file mode 100644
index 48c6467eaba189626bcd851eecc0b34321c51dec..0000000000000000000000000000000000000000
--- a/ash/aura/wm_shelf_aura.h
+++ /dev/null
@@ -1,43 +0,0 @@
-// Copyright 2016 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 ASH_AURA_WM_SHELF_AURA_H_
-#define ASH_AURA_WM_SHELF_AURA_H_
-
-#include "ash/ash_export.h"
-#include "ash/common/shelf/wm_shelf.h"
-#include "base/macros.h"
-
-namespace ash {
-
-class ShelfBezelEventHandler;
-
-// Aura implementation of WmShelf.
-class ASH_EXPORT WmShelfAura : public WmShelf {
- public:
- WmShelfAura();
- ~WmShelfAura() override;
-
- // WmShelf:
- void CreateShelfWidget(WmWindow* root) override;
- void WillDeleteShelfLayoutManager() override;
- void WillChangeVisibilityState(ShelfVisibilityState new_state) override;
-
- private:
- class AutoHideEventHandler;
-
- // Forwards mouse and gesture events to ShelfLayoutManager for auto-hide.
- // TODO(mash): Facilitate simliar functionality in mash: crbug.com/631216
- std::unique_ptr<AutoHideEventHandler> auto_hide_event_handler_;
-
- // Forwards touch gestures on a bezel sensor to the shelf.
- // TODO(mash): Facilitate simliar functionality in mash: crbug.com/636647
- std::unique_ptr<ShelfBezelEventHandler> bezel_event_handler_;
-
- DISALLOW_COPY_AND_ASSIGN(WmShelfAura);
-};
-
-} // namespace ash
-
-#endif // ASH_AURA_WM_SHELF_AURA_H_
« no previous file with comments | « ash/aura/wm_root_window_controller_aura.cc ('k') | ash/aura/wm_shelf_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698