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

Unified Diff: chrome/browser/ui/panels/panel_mouse_watcher_observer.h

Issue 2263863002: Remove implementation of Panels on OSes other than ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CR feedback Created 4 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: chrome/browser/ui/panels/panel_mouse_watcher_observer.h
diff --git a/chrome/browser/ui/panels/panel_mouse_watcher_observer.h b/chrome/browser/ui/panels/panel_mouse_watcher_observer.h
deleted file mode 100644
index c7ac80d15afa1343c37951f7f07615519eedb8c3..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/panels/panel_mouse_watcher_observer.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright (c) 2011 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 CHROME_BROWSER_UI_PANELS_PANEL_MOUSE_WATCHER_OBSERVER_H_
-#define CHROME_BROWSER_UI_PANELS_PANEL_MOUSE_WATCHER_OBSERVER_H_
-
-namespace gfx {
-class Point;
-}
-
-// This observer interface should be implemented in order to receive
-// notifications from PanelMouseWatcher when the mouse moves.
-class PanelMouseWatcherObserver {
- public:
- // Called when the mouse moves.
- // |mouse_position| is in screen coordinates.
- virtual void OnMouseMove(const gfx::Point& mouse_position) = 0;
-
- protected:
- virtual ~PanelMouseWatcherObserver() {}
-};
-#endif // CHROME_BROWSER_UI_PANELS_PANEL_MOUSE_WATCHER_OBSERVER_H_
« no previous file with comments | « chrome/browser/ui/panels/panel_mouse_watcher.cc ('k') | chrome/browser/ui/panels/panel_mouse_watcher_timer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698