summaryrefslogtreecommitdiffstats
path: root/chrome/browser/fullscreen_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/fullscreen_win.cc')
-rw-r--r--chrome/browser/fullscreen_win.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/browser/fullscreen_win.cc b/chrome/browser/fullscreen_win.cc
index 44839be..5e6c28f 100644
--- a/chrome/browser/fullscreen_win.cc
+++ b/chrome/browser/fullscreen_win.cc
@@ -8,16 +8,7 @@
#include <shellapi.h>
static bool IsPlatformFullScreenMode() {
-#if 0
return false;
-#else
- // SHQueryUserNotificationState is only available for Vista and above.
- QUERY_USER_NOTIFICATION_STATE state;
- if (FAILED(::SHQueryUserNotificationState(&state)))
- return false;
- return state == QUNS_RUNNING_D3D_FULL_SCREEN ||
- state == QUNS_PRESENTATION_MODE;
-#endif
}
static bool IsFullScreenWindowMode() {