Chromium Code Reviews| 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); |