Chromium Code Reviews| 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 aebdb9f97449d5ae878a016c3b8cafaa34975929..58bad4882f7918eba43cc0452b5f52aef4e7caa1 100644 |
| --- a/content/browser/tab_contents/tab_contents.h |
| +++ b/content/browser/tab_contents/tab_contents.h |
| @@ -682,6 +682,9 @@ class TabContents : public PageNavigator, |
| virtual void HandleMouseUp(); |
| virtual void HandleMouseActivate(); |
|
sky
2011/07/28 16:07:02
remove newline.
koz (OOO until 15th September)
2011/07/29 04:12:58
Done.
|
| + virtual void EnterFullscreenMode() OVERRIDE; |
| + virtual void ExitFullscreenMode() OVERRIDE; |
| + |
| // RenderViewHostManager::Delegate ------------------------------------------- |
| // Blocks/unblocks interaction with renderer process. |