diff options
Diffstat (limited to 'content/browser/tab_contents/tab_contents.cc')
| -rw-r--r-- | content/browser/tab_contents/tab_contents.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc index 327f407..d89b717 100644 --- a/content/browser/tab_contents/tab_contents.cc +++ b/content/browser/tab_contents/tab_contents.cc @@ -1590,6 +1590,10 @@ TabContents* TabContents::GetAsTabContents() { return this; } +WebContents* TabContents::GetAsWebContents() { + return this; +} + content::ViewType TabContents::GetRenderViewType() const { return view_type_; } |
