| 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();
|
|
|
|
|