| 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 84f01340d5934d03f8d191af008269189ff8b175..8acf579fe152814629e6733da27d6c3e46aee4ba 100644
|
| --- a/content/browser/tab_contents/tab_contents.h
|
| +++ b/content/browser/tab_contents/tab_contents.h
|
| @@ -707,6 +707,7 @@ class TabContents : public PageNavigator,
|
| virtual bool OnMessageReceived(const IPC::Message& message);
|
| virtual void RunFileChooser(RenderViewHost* render_view_host,
|
| const ViewHostMsg_RunFileChooser_Params& params);
|
| + virtual void ToggleFullscreenMode(bool enter_fullscreen) OVERRIDE;
|
|
|
| // RenderViewHostManager::Delegate -------------------------------------------
|
|
|
|
|