| Index: chrome/browser/views/blocked_popup_container.h
|
| ===================================================================
|
| --- chrome/browser/views/blocked_popup_container.h (revision 5533)
|
| +++ chrome/browser/views/blocked_popup_container.h (working copy)
|
| @@ -92,6 +92,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 TabContents* GetConstrainingContents(TabContents* source);
|
| virtual void ToolbarSizeChanged(TabContents* source, bool is_animating) { }
|
| virtual void URLStarredChanged(TabContents* source, bool starred) { }
|
|
|