diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/cocoa/tab_strip_controller.mm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/tab_strip_controller.mm b/chrome/browser/cocoa/tab_strip_controller.mm index b94fddf6..5ac98e8 100644 --- a/chrome/browser/cocoa/tab_strip_controller.mm +++ b/chrome/browser/cocoa/tab_strip_controller.mm @@ -469,7 +469,9 @@ NSString* const kTabStripNumberOfTabsChanged = @"kTabStripNumberOfTabsChanged"; #else NSView* throbber = [[[NSView alloc] initWithFrame:frame] autorelease]; #endif +#if 0 [tabController setIconView:throbber]; +#endif } else if (!contents->is_loading()) { // Set everything back to normal, we're done loading. |