| 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 6c0e1358f6c152aeb39a6d9c3d0043efb04f921a..fe4cd78143be026966c4a8fec422169e20bc5591 100644
|
| --- a/extensions/browser/app_window/app_window.h
|
| +++ b/extensions/browser/app_window/app_window.h
|
| @@ -387,6 +387,8 @@ class AppWindow : public content::WebContentsDelegate,
|
| void ExitFullscreenModeForTab(content::WebContents* source) override;
|
| bool IsFullscreenForTabOrPending(
|
| const content::WebContents* source) const override;
|
| + blink::WebDisplayMode GetDisplayMode(
|
| + const content::WebContents* source) const override;
|
| void RequestMediaAccessPermission(
|
| content::WebContents* web_contents,
|
| const content::MediaStreamRequest& request,
|
|
|