diff options
Diffstat (limited to 'chrome/browser/views/frame/browser_frame_win.h')
-rw-r--r-- | chrome/browser/views/frame/browser_frame_win.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/chrome/browser/views/frame/browser_frame_win.h b/chrome/browser/views/frame/browser_frame_win.h index 789795b..04dc35b 100644 --- a/chrome/browser/views/frame/browser_frame_win.h +++ b/chrome/browser/views/frame/browser_frame_win.h @@ -76,10 +76,6 @@ class BrowserFrameWin : public BrowserFrame, public views::WindowWin { // Updates the DWM with the frame bounds. void UpdateDWMFrame(); - // Update the window's pacity when entering and exiting detached dragging - // mode. - void UpdateWindowAlphaForTabDragging(bool dragging); - // The BrowserView is our ClientView. This is a pointer to it. BrowserView* browser_view_; @@ -95,19 +91,6 @@ class BrowserFrameWin : public BrowserFrame, public views::WindowWin { Profile* profile_; - // The window styles before we modified them for a tab dragging operation. - DWORD saved_window_style_; - DWORD saved_window_ex_style_; - - // True if the window is currently being moved in a detached tab drag - // operation. - bool detached_drag_mode_; - - // When this frame represents a detached tab being dragged, this is a TabStrip - // in another window that the tab being dragged would be docked to if the - // mouse were released, or NULL if there is no suitable TabStrip. - BrowserTabStrip* drop_tabstrip_; - DISALLOW_COPY_AND_ASSIGN(BrowserFrameWin); }; |