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

Unified Diff: ash/system/overview/overview_button_tray.h

Issue 515573002: Use active state on touch start for tray icons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implement Touch Feedback on TrayBackgroundView Created 6 years, 4 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: ash/system/overview/overview_button_tray.h
diff --git a/ash/system/overview/overview_button_tray.h b/ash/system/overview/overview_button_tray.h
index 32feb0c60b4ecfbc2a5f1b421a4a1a28011a49ef..fe33ada554116dfe27c11c53aeb23d38eb32e554 100644
--- a/ash/system/overview/overview_button_tray.h
+++ b/ash/system/overview/overview_button_tray.h
@@ -6,7 +6,6 @@
#define ASH_SYSTEM_OVERVIEW_OVERVIEW_BUTTON_TRAY_H_
#include "ash/ash_export.h"
-#include "ash/shell_observer.h"
#include "ash/system/tray/tray_background_view.h"
namespace views {
@@ -20,8 +19,7 @@ namespace ash {
// This hosts a ShellObserver that listens for the activation of Maximize Mode
// This tray will only be visible while in this state. This tray does not
// provide any bubble view windows.
-class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView,
- public ShellObserver {
+class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView {
public:
explicit OverviewButtonTray(StatusAreaWidget* status_area_widget);
virtual ~OverviewButtonTray();

Powered by Google App Engine
This is Rietveld 408576698