diff options
Diffstat (limited to 'chrome/browser/cocoa/tab_controller.mm')
-rw-r--r-- | chrome/browser/cocoa/tab_controller.mm | 3 |
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_; |