| Index: chrome/browser/tab_contents/tab_contents_delegate.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents_delegate.h (revision 18286)
|
| +++ chrome/browser/tab_contents/tab_contents_delegate.h (working copy)
|
| @@ -171,6 +171,9 @@
|
| return false;
|
| }
|
|
|
| + // Notification that |tab_contents| has gained focus.
|
| + virtual void TabContentsFocused(TabContents* tab_content) { }
|
| +
|
| // Return much extra vertical space should be allotted to the
|
| // render view widget during various animations (e.g. infobar closing).
|
| // This is used to make painting look smoother.
|
|
|