summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/tab_strip_controller.mm
diff options
context:
space:
mode:
authorpinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-20 18:09:49 +0000
committerpinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-20 18:09:49 +0000
commit3a9cd87bbd2d628342eea460e27d0ef65ed7d953 (patch)
tree8f373a6ec86f16a7ca375f139961bead65b52904 /chrome/browser/cocoa/tab_strip_controller.mm
parentbc40eee7d72dd71a373cc878110a256d6485a38e (diff)
downloadchromium_src-3a9cd87bbd2d628342eea460e27d0ef65ed7d953.zip
chromium_src-3a9cd87bbd2d628342eea460e27d0ef65ed7d953.tar.gz
chromium_src-3a9cd87bbd2d628342eea460e27d0ef65ed7d953.tar.bz2
Temporarily disabling throbber to see if startup tests bot goes back to normal.
Review URL: http://codereview.chromium.org/113648 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16494 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/tab_strip_controller.mm')
-rw-r--r--chrome/browser/cocoa/tab_strip_controller.mm4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/tab_strip_controller.mm b/chrome/browser/cocoa/tab_strip_controller.mm
index 2bbdec8..dd063544 100644
--- a/chrome/browser/cocoa/tab_strip_controller.mm
+++ b/chrome/browser/cocoa/tab_strip_controller.mm
@@ -379,6 +379,9 @@
if (!loading)
[self setTabTitle:[tabArray_ objectAtIndex:index] withContents:contents];
+#if 0
+// TODO(pinkerton): Enabling this slowed down the tab_cold startup test by
+// close to 5 seconds. Turning it off to see if the bot returns to normal.
// Update the current loading state, replacing the icon with a throbber, or
// vice versa. This will get called repeatedly with the same state during a
// load, so we need to make sure we're not creating the throbber view over and
@@ -407,6 +410,7 @@
[tabController setLoading:NO];
}
}
+#endif
TabContentsController* updatedController =
[tabContentsArray_ objectAtIndex:index];