summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/tab_controller.mm
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-26 17:59:27 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-26 17:59:27 +0000
commit5447be826e379f87ab6f24085e687c4d6628b05c (patch)
tree20bd7522787c5fde711c9b35f84a445136df290a /chrome/browser/cocoa/tab_controller.mm
parentd0fe06123dc0d08b75e75d2ca3b67cb0b8d40517 (diff)
downloadchromium_src-5447be826e379f87ab6f24085e687c4d6628b05c.zip
chromium_src-5447be826e379f87ab6f24085e687c4d6628b05c.tar.gz
chromium_src-5447be826e379f87ab6f24085e687c4d6628b05c.tar.bz2
Given the results of Rohit's investigation, I think that the times that we're
getting out of the pageload tests right now are highly suspect because we're not actually getting the bits from each page to the screen. As such, I'm much less inclined to treat the "regression" in these tests as a problem. BUG=15232 TEST=throbber changes between waiting (gray) and loading (blue) at appropriate times; animation still disabled Review URL: http://codereview.chromium.org/147211 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19383 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/tab_controller.mm')
-rw-r--r--chrome/browser/cocoa/tab_controller.mm3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/cocoa/tab_controller.mm b/chrome/browser/cocoa/tab_controller.mm
index 94d1ca2..f675b9c 100644
--- a/chrome/browser/cocoa/tab_controller.mm
+++ b/chrome/browser/cocoa/tab_controller.mm
@@ -8,8 +8,7 @@
@implementation TabController
-@synthesize loading = loading_;
-@synthesize waiting = waiting_;
+@synthesize loadingState = loadingState_;
@synthesize target = target_;
@synthesize action = action_;