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

Unified Diff: chrome/browser/ui/panels/docked_panel_drag_handler.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/docked_panel_drag_handler.h
diff --git a/chrome/browser/ui/panels/docked_panel_drag_handler.h b/chrome/browser/ui/panels/docked_panel_drag_handler.h
deleted file mode 100644
index 3380e91ecb9c0fd0c6cf2acfbe8537ff9af7b347..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/panels/docked_panel_drag_handler.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright (c) 2012 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_DOCKED_PANEL_DRAG_HANDLER_H_
-#define CHROME_BROWSER_UI_PANELS_DOCKED_PANEL_DRAG_HANDLER_H_
-
-#include "base/macros.h"
-
-class Panel;
-namespace gfx {
-class Point;
-}
-
-// Handles all the drags to docked panels.
-class DockedPanelDragHandler {
- public:
- static void HandleDrag(Panel* panel, const gfx::Point& target_position);
-
- private:
- static void DragLeft(Panel* panel);
- static void DragRight(Panel* panel);
-
- DISALLOW_IMPLICIT_CONSTRUCTORS(DockedPanelDragHandler);
-};
-
-#endif // CHROME_BROWSER_UI_PANELS_DOCKED_PANEL_DRAG_HANDLER_H_
« no previous file with comments | « chrome/browser/ui/panels/docked_panel_collection.cc ('k') | chrome/browser/ui/panels/docked_panel_drag_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698