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

Unified Diff: chrome/browser/ui/cocoa/browser_window_controller_private.h

Issue 1526533005: Fix for Flash Content Fullscreen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactored code Created 5 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: chrome/browser/ui/cocoa/browser_window_controller_private.h
diff --git a/chrome/browser/ui/cocoa/browser_window_controller_private.h b/chrome/browser/ui/cocoa/browser_window_controller_private.h
index 5a90be3385d8b6045bd7750abbbb1d2fc16f896a..4063a36ee23dabd59f3000c46a01191fec093169 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
@@ -191,6 +191,9 @@ class WebContents;
// it when we are entering fullscreen.
- (void)adjustUIForEnteringFullscreen;
+// Returns YES if the fullscreen is for tab content.
+- (BOOL)isFullscreenForTabContent;
+
#endif
@end // @interface BrowserWindowController(Private)

Powered by Google App Engine
This is Rietveld 408576698