Index: extensions/browser/app_window/app_window.h |
diff --git a/extensions/browser/app_window/app_window.h b/extensions/browser/app_window/app_window.h |
index 668eab1ae3c380c23bba44a13930cc3b62af35b8..3bd98ec38179d8a88aa535a623b159754d3a1b39 100644 |
--- a/extensions/browser/app_window/app_window.h |
+++ b/extensions/browser/app_window/app_window.h |
@@ -376,8 +376,9 @@ class AppWindow : public content::NotificationObserver, |
const gfx::Rect& pos) override; |
void NavigationStateChanged(content::WebContents* source, |
content::InvalidateTypes changed_flags) override; |
- void ToggleFullscreenModeForTab(content::WebContents* source, |
- bool enter_fullscreen) override; |
+ void EnterFullscreenModeForTab(content::WebContents* source, |
+ const GURL& origin) override; |
+ void ExitFullscreenModeForTab(content::WebContents* source) override; |
bool IsFullscreenForTabOrPending( |
const content::WebContents* source) const override; |
void RequestMediaAccessPermission( |
@@ -421,6 +422,9 @@ class AppWindow : public content::NotificationObserver, |
bool blocked) override; |
bool IsWebContentsVisible(content::WebContents* web_contents) override; |
+ void ToggleFullscreenModeForTab(content::WebContents* source, |
+ bool enter_fullscreen); |
+ |
// Saves the window geometry/position/screen bounds. |
void SaveWindowPosition(); |