| Index: chrome/browser/fullscreen_mac.mm
|
| diff --git a/chrome/browser/fullscreen_mac.mm b/chrome/browser/fullscreen_mac.mm
|
| index 3720e67ec91185d4f63e1dee200c7f632db678bf..350ea6884220cf97fa507d610482f76b326d3444 100644
|
| --- a/chrome/browser/fullscreen_mac.mm
|
| +++ b/chrome/browser/fullscreen_mac.mm
|
| @@ -9,10 +9,6 @@
|
| #include "base/command_line.h"
|
|
|
| bool IsFullScreenMode() {
|
| - // Check if the main display has been captured (by games in particular).
|
| - if (CGDisplayIsCaptured(CGMainDisplayID()))
|
| - return true;
|
| -
|
| NSApplicationPresentationOptions options =
|
| [NSApp currentSystemPresentationOptions];
|
|
|
|
|