Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(209)

Unified Diff: content/shell/browser/shell.h

Issue 789533002: Fullscreen: make fullscreen requests come from RenderFrame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/shell/browser/shell.h
diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
index bb06a0dee44dbe2f2abed36be1b101f7bf88d325..1717df2a94cf7ac8968297c33d557e2b5298a132 100644
--- a/content/shell/browser/shell.h
+++ b/content/shell/browser/shell.h
@@ -128,6 +128,7 @@ class Shell : public WebContentsDelegate,
double progress) override;
#endif
void ToggleFullscreenModeForTab(WebContents* web_contents,
+ const GURL& origin,
bool enter_fullscreen) override;
bool IsFullscreenForTabOrPending(
const WebContents* web_contents) const override;

Powered by Google App Engine
This is Rietveld 408576698