| Index: content/browser/tab_contents/tab_contents.h
|
| diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h
|
| index 64bca21c33167abcb133dd582852b94949b6c4da..1f4d2ca301795a173d2ee81a67334ea00961792b 100644
|
| --- a/content/browser/tab_contents/tab_contents.h
|
| +++ b/content/browser/tab_contents/tab_contents.h
|
| @@ -728,6 +728,7 @@ class CONTENT_EXPORT TabContents : public PageNavigator,
|
| virtual void RunFileChooser(RenderViewHost* render_view_host,
|
| const ViewHostMsg_RunFileChooser_Params& params);
|
| virtual void ToggleFullscreenMode(bool enter_fullscreen) OVERRIDE;
|
| + virtual bool IsFullscreenForCurrentTab() const OVERRIDE;
|
| virtual void UpdatePreferredSize(const gfx::Size& pref_size) OVERRIDE;
|
|
|
| // RenderViewHostManager::Delegate -------------------------------------------
|
|
|