diff options
author | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-21 19:41:58 +0000 |
---|---|---|
committer | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-21 19:41:58 +0000 |
commit | 5d290d6a745ab33393c126e24b54b94e5911337e (patch) | |
tree | 19cf58682e73c2cb2faedb064310f2af72ea0a98 | |
parent | 27d4821177b70eb47b02c9b922889a40f9d8a9eb (diff) | |
download | chromium_src-5d290d6a745ab33393c126e24b54b94e5911337e.zip chromium_src-5d290d6a745ab33393c126e24b54b94e5911337e.tar.gz chromium_src-5d290d6a745ab33393c126e24b54b94e5911337e.tar.bz2 |
Back to square zero, throbber disabled.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16643 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/cocoa/tab_strip_controller.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/tab_strip_controller.mm b/chrome/browser/cocoa/tab_strip_controller.mm index 210b935..eb293a5 100644 --- a/chrome/browser/cocoa/tab_strip_controller.mm +++ b/chrome/browser/cocoa/tab_strip_controller.mm @@ -379,7 +379,7 @@ if (!loading) [self setTabTitle:[tabArray_ objectAtIndex:index] withContents:contents]; -#if 1 +#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 |