| Index: base/win/metro.cc
|
| diff --git a/base/win/metro.cc b/base/win/metro.cc
|
| index afe4fcecb8feecc9bded7fdec43e162cdb587638..c78cc0946ee2c42cc323ce53ae99a1076b35d48e 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();
|
|
|