Index: chrome/browser/views/tabs/tab_strip.h |
=================================================================== |
--- chrome/browser/views/tabs/tab_strip.h (revision 30115) |
+++ chrome/browser/views/tabs/tab_strip.h (working copy) |
@@ -273,12 +273,6 @@ |
void StartPinAndMoveTabAnimation(int from_index, int to_index, |
const gfx::Rect& start_bounds); |
- // Returns true if detach or select changes in the model should be reflected |
- // in the TabStrip. This returns false if we're closing all tabs in the |
- // TabStrip and so we should prevent updating. This is not const because we |
- // use this as a signal to cancel any active animations. |
- bool CanUpdateDisplay(); |
- |
// Notifies the TabStrip that the specified TabAnimation has completed. |
// Optionally a full Layout will be performed, specified by |layout|. |
void FinishAnimation(TabAnimation* animation, bool layout); |