| Index: chrome/browser/tab_contents_delegate.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents_delegate.h (revision 5533)
|
| +++ chrome/browser/tab_contents_delegate.h (working copy)
|
| @@ -78,6 +78,9 @@
|
| // Called to determine if the TabContents is contained in a popup window.
|
| virtual bool IsPopup(TabContents* source) = 0;
|
|
|
| + // Called to determine if the TabContents is contained in an embedded window.
|
| + virtual bool IsEmbedded(TabContents* source) = 0;
|
| +
|
| // Returns the tab which contains the specified tab content if it is
|
| // constrained, NULL otherwise.
|
| virtual TabContents* GetConstrainingContents(TabContents* source) {
|
|
|