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

Unified Diff: ash/system/user/tray_user.h

Issue 184113005: Removal of drag window to user tray icon functionality (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 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/system/tray/system_tray.cc ('k') | ash/system/user/tray_user.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/user/tray_user.h
diff --git a/ash/system/user/tray_user.h b/ash/system/user/tray_user.h
index 079bf75e4f79edefa8a933ea125766673deafb5f..3bc4128846259bb515a27c8477c599828ef65db7 100644
--- a/ash/system/user/tray_user.h
+++ b/ash/system/user/tray_user.h
@@ -13,7 +13,6 @@
namespace gfx {
class Rect;
-class Point;
}
namespace views {
@@ -49,14 +48,6 @@ class ASH_EXPORT TrayUser : public SystemTrayItem,
};
TestState GetStateForTest() const;
- // Checks if a drag and drop operation would be able to land a window on this
- // |point_in_screen|.
- bool CanDropWindowHereToTransferToUser(const gfx::Point& point_in_screen);
-
- // Try to re-parent the |window| to a new owner. Returns true if the window
- // got transfered.
- bool TransferWindowToUser(aura::Window* window);
-
// Returns the bounds of the user panel in screen coordinates.
// Note: This only works when the panel shown.
gfx::Rect GetUserPanelBoundsInScreenForTest() const;
@@ -82,9 +73,6 @@ class ASH_EXPORT TrayUser : public SystemTrayItem,
// Get the user index which should be used for the tray icon of this item.
MultiProfileIndex GetTrayIndex();
- // Return the radius for the tray item to use.
- int GetTrayItemRadius();
-
// Updates the layout of this item.
void UpdateLayoutOfItem();
« no previous file with comments | « ash/system/tray/system_tray.cc ('k') | ash/system/user/tray_user.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698