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

Unified Diff: ash/wm/overview/transparent_activate_window_button_delegate.h

Issue 810033010: Remove TransparentActivateWindowButton from Overview Mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed latest nits 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
Index: ash/wm/overview/transparent_activate_window_button_delegate.h
diff --git a/ash/wm/overview/transparent_activate_window_button_delegate.h b/ash/wm/overview/transparent_activate_window_button_delegate.h
deleted file mode 100644
index 07695f0835c98fb32c1e0f87b73470ee0cfd7134..0000000000000000000000000000000000000000
--- a/ash/wm/overview/transparent_activate_window_button_delegate.h
+++ /dev/null
@@ -1,30 +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.
-// A delegate that
-
-#ifndef ASH_WM_OVERVIEW_TRANSPARENT_ACTIVATE_WINDOW_BUTTON_DELEGATE_H_
-#define ASH_WM_OVERVIEW_TRANSPARENT_ACTIVATE_WINDOW_BUTTON_DELEGATE_H_
-
-#include "ash/ash_export.h"
-
-namespace ash {
-
-// A pure-virtual delegate that is used by the TransparentActivateWindowButton
-// to manipulate windows while in overview mode.
-class ASH_EXPORT TransparentActivateWindowButtonDelegate {
- public:
- // Called when the TransparentActivateWindowButton was selected.
- virtual void Select() = 0;
-
- protected:
- TransparentActivateWindowButtonDelegate() {}
- virtual ~TransparentActivateWindowButtonDelegate() {}
-
- private:
- DISALLOW_COPY_AND_ASSIGN(TransparentActivateWindowButtonDelegate);
-};
-
-} // namespace ash
-
-#endif // ASH_WM_OVERVIEW_TRANSPARENT_ACTIVATE_WINDOW_BUTTON_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698