| Index: chrome/browser/aeropeek_manager.h
|
| ===================================================================
|
| --- chrome/browser/aeropeek_manager.h (revision 66453)
|
| +++ chrome/browser/aeropeek_manager.h (working copy)
|
| @@ -107,22 +107,22 @@
|
| static bool Enabled();
|
|
|
| // Overridden from TabStripModelObserver:
|
| - virtual void TabInsertedAt(TabContents* contents,
|
| + virtual void TabInsertedAt(TabContentsWrapper* contents,
|
| int index,
|
| bool foreground);
|
| virtual void TabClosingAt(TabStripModel* tab_strip_model,
|
| - TabContents* contents,
|
| + TabContentsWrapper* contents,
|
| int index);
|
| - virtual void TabDetachedAt(TabContents* contents, int index);
|
| - virtual void TabSelectedAt(TabContents* old_contents,
|
| - TabContents* new_contents,
|
| + virtual void TabDetachedAt(TabContentsWrapper* contents, int index);
|
| + virtual void TabSelectedAt(TabContentsWrapper* old_contents,
|
| + TabContentsWrapper* new_contents,
|
| int index,
|
| bool user_gesture);
|
| - virtual void TabMoved(TabContents* contents,
|
| + virtual void TabMoved(TabContentsWrapper* contents,
|
| int from_index,
|
| int to_index,
|
| bool pinned_state_changed);
|
| - virtual void TabChangedAt(TabContents* contents,
|
| + virtual void TabChangedAt(TabContentsWrapper* contents,
|
| int index,
|
| TabChangeType change_type);
|
|
|
|
|