| Index: chrome/browser/external_tab_container.h
 | 
| ===================================================================
 | 
| --- chrome/browser/external_tab_container.h	(revision 5533)
 | 
| +++ chrome/browser/external_tab_container.h	(working copy)
 | 
| @@ -71,6 +71,7 @@
 | 
|    virtual void CloseContents(TabContents* source);
 | 
|    virtual void MoveContents(TabContents* source, const gfx::Rect& pos);
 | 
|    virtual bool IsPopup(TabContents* source);
 | 
| +  virtual bool IsEmbedded(TabContents* source);
 | 
|    virtual void URLStarredChanged(TabContents* source, bool starred);
 | 
|    virtual void UpdateTargetURL(TabContents* source, const GURL& url);
 | 
|    virtual void ContentsZoomChange(bool zoom_in);
 | 
| 
 |