| Index: chrome/browser/tab_contents/background_contents.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/background_contents.h (revision 116011)
|
| +++ chrome/browser/tab_contents/background_contents.h (working copy)
|
| @@ -44,6 +44,8 @@
|
| virtual ~BackgroundContents();
|
|
|
| TabContents* tab_contents() { return tab_contents_.get(); }
|
| + // TODO(jam): move impl to header once this class only uses WebContents.
|
| + content::WebContents* web_contents() const;
|
| virtual const GURL& GetURL() const;
|
|
|
| // content::WebContentsDelegate implementation:
|
|
|