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

Unified Diff: chrome/browser/views/tabs/tab_strip.h

Issue 113965: Remove some dead code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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 | « chrome/browser/views/fullscreen_exit_bubble.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/tabs/tab_strip.h
===================================================================
--- chrome/browser/views/tabs/tab_strip.h (revision 17014)
+++ chrome/browser/views/tabs/tab_strip.h (working copy)
@@ -75,11 +75,6 @@
// Returns true if there is an active drag session.
bool IsDragSessionActive() const { return drag_controller_.get() != NULL; }
- // Aborts any active drag session. This is called from XP/VistaFrame's
- // end session handler to make sure there are no drag sessions in flight that
- // could prevent the frame from being closed right away.
- void AbortActiveDragSession() { EndDrag(true); }
-
// Destroys the active drag controller.
void DestroyDragController();
« no previous file with comments | « chrome/browser/views/fullscreen_exit_bubble.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698