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

Unified Diff: content/public/browser/web_contents.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/public/browser/web_contents.h
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
index 5478a378158c5dd4dcacfb8184555724693550dd..8dfaf1a318c31449d6423ecc1ee9298c6606e996 100644
--- a/content/public/browser/web_contents.h
+++ b/content/public/browser/web_contents.h
@@ -589,6 +589,9 @@ class WebContents : public PageNavigator,
// Requests the Manifest of the main frame's document.
virtual void GetManifest(const GetManifestCallback&) = 0;
+ // Returns whether the WebContents is associated with a fullscreen tab.
+ virtual bool IsFullscreenForCurrentTab() const = 0;
Charlie Reis 2014/12/10 00:51:21 This doesn't look like it's used outside of conten
mlamouri (slow - plz ping) 2014/12/10 15:47:02 Hmm, I did not meant to have this in this CL. It's
+
#if defined(OS_ANDROID)
CONTENT_EXPORT static WebContents* FromJavaWebContents(
jobject jweb_contents_android);

Powered by Google App Engine
This is Rietveld 408576698