| Index: chrome/browser/tabs/tab_strip_model.cc
|
| ===================================================================
|
| --- chrome/browser/tabs/tab_strip_model.cc (revision 5492)
|
| +++ chrome/browser/tabs/tab_strip_model.cc (working copy)
|
| @@ -217,11 +217,6 @@
|
| TabChangedAt(GetContentsAt(index), index));
|
| }
|
|
|
| -void TabStripModel::UpdateTabContentsLoadingAnimations() {
|
| - FOR_EACH_OBSERVER(TabStripModelObserver, observers_,
|
| - TabValidateAnimations());
|
| -}
|
| -
|
| void TabStripModel::CloseAllTabs() {
|
| // Set state so that observers can adjust their behavior to suit this
|
| // specific condition when CloseTabContentsAt causes a flurry of
|
|
|