| Index: chrome/browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.h
|
| diff --git a/chrome/browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.h b/chrome/browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.h
|
| index 111e7f9c30c830f99aff9c504c5983a11a8650e2..22c79c92e78aea58c189a754dc2760d923d2685b 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.h
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -64,10 +64,10 @@ class TabStripModelObserverBridge : public TabStripModelObserver {
|
| atIndex:(NSInteger)index;
|
| - (void)tabDetachedWithContents:(TabContentsWrapper*)contents
|
| atIndex:(NSInteger)index;
|
| -- (void)selectTabWithContents:(TabContentsWrapper*)newContents
|
| - previousContents:(TabContentsWrapper*)oldContents
|
| - atIndex:(NSInteger)index
|
| - userGesture:(bool)wasUserGesture;
|
| +- (void)activateTabWithContents:(TabContentsWrapper*)newContents
|
| + previousContents:(TabContentsWrapper*)oldContents
|
| + atIndex:(NSInteger)index
|
| + userGesture:(bool)wasUserGesture;
|
| - (void)tabMovedWithContents:(TabContentsWrapper*)contents
|
| fromIndex:(NSInteger)from
|
| toIndex:(NSInteger)to;
|
|
|