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

Unified Diff: chrome/browser/tabs/tab_strip_model.cc

Issue 10761: Rewire the throbber so that the timer for updating lives on BrowserView, not ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 1 month 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
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

Powered by Google App Engine
This is Rietveld 408576698