summaryrefslogtreecommitdiffstats
path: root/base/win
diff options
context:
space:
mode:
Diffstat (limited to 'base/win')
-rw-r--r--base/win/metro.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/base/win/metro.cc b/base/win/metro.cc
index afe4fce..c78cc09 100644
--- a/base/win/metro.cc
+++ b/base/win/metro.cc
@@ -71,10 +71,6 @@ bool IsProcessImmersive(HANDLE process) {
}
bool IsTSFAwareRequired() {
-#if defined(USE_AURA)
- if (base::win::GetVersion() >= base::win::VERSION_WIN8)
- return true;
-#endif
// Although this function is equal to IsMetroProcess at this moment,
// Chrome for Win7 and Vista may support TSF in the future.
return g_should_tsf_aware_required || IsMetroProcess();