| Index: chrome/browser/tab_contents/tab_contents_delegate.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents_delegate.h (revision 36364)
|
| +++ chrome/browser/tab_contents/tab_contents_delegate.h (working copy)
|
| @@ -183,6 +183,12 @@
|
| return false;
|
| }
|
|
|
| + // Changes the blocked state of the tab at |index|. TabContents are
|
| + // considered blocked while displaying a tab modal dialog. During that time
|
| + // renderer host will ignore any UI interaction within TabContent outside of
|
| + // the currently displaying dialog.
|
| + virtual void SetTabContentBlocked(TabContents* contents, bool blocked) { }
|
| +
|
| // Notification that |tab_contents| has gained focus.
|
| virtual void TabContentsFocused(TabContents* tab_content) { }
|
|
|
|
|