summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorpinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-24 15:20:53 +0000
committerpinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-24 15:20:53 +0000
commit6087c0dedfc6909bdd224dca1fc27ecbb3d85f9e (patch)
tree4b0ed0f321392074baf454197ce7b2703fc36722 /chrome
parentf177e2d40c33a10c7cca4bfc7a28e6bf6838edf1 (diff)
downloadchromium_src-6087c0dedfc6909bdd224dca1fc27ecbb3d85f9e.zip
chromium_src-6087c0dedfc6909bdd224dca1fc27ecbb3d85f9e.tar.gz
chromium_src-6087c0dedfc6909bdd224dca1fc27ecbb3d85f9e.tar.bz2
More perfbot fun.
BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19120 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-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 57351c1..b94fddf6 100644
--- a/chrome/browser/cocoa/tab_strip_controller.mm
+++ b/chrome/browser/cocoa/tab_strip_controller.mm
@@ -463,8 +463,12 @@ NSString* const kTabStripNumberOfTabsChanged = @"kTabStripNumberOfTabsChanged";
}
if (image) {
NSRect frame = NSMakeRect(0, 0, 16, 16);
+#if 0
ThrobberView* throbber =
[[[ThrobberView alloc] initWithFrame:frame image:image] autorelease];
+#else
+ NSView* throbber = [[[NSView alloc] initWithFrame:frame] autorelease];
+#endif
[tabController setIconView:throbber];
}
else if (!contents->is_loading()) {