| Index: chrome/browser/debugger/debugger_view.h
 | 
| ===================================================================
 | 
| --- chrome/browser/debugger/debugger_view.h	(revision 5533)
 | 
| +++ chrome/browser/debugger/debugger_view.h	(working copy)
 | 
| @@ -76,6 +76,7 @@
 | 
|    virtual void CloseContents(TabContents* source) {}
 | 
|    virtual void MoveContents(TabContents* source, const gfx::Rect& pos) {}
 | 
|    virtual bool IsPopup(TabContents* source) { return false; }
 | 
| +  virtual bool IsEmbedded(TabContents* source) { return false; }
 | 
|    virtual void ToolbarSizeChanged(TabContents* source, bool is_animating) {}
 | 
|    virtual void URLStarredChanged(TabContents* source, bool) {}
 | 
|    virtual void UpdateTargetURL(TabContents* source, const GURL& url) {}
 | 
| 
 |