Index: base/win/metro.cc |
diff --git a/base/win/metro.cc b/base/win/metro.cc |
index 1911f906b8ead3bc9cdb39eb10ddeb9f06f7bbfc..62743c799b56cc1cc12b5985e48595646f1642ab 100644 |
--- a/base/win/metro.cc |
+++ b/base/win/metro.cc |
@@ -66,12 +66,6 @@ bool IsProcessImmersive(HANDLE process) { |
return false; |
} |
-bool IsTSFAwareRequired() { |
- // Although this function is equal to IsMetroProcess at this moment, |
- // Chrome for Win7 and Vista may support TSF in the future. |
- return IsMetroProcess(); |
-} |
- |
wchar_t* LocalAllocAndCopyString(const string16& src) { |
size_t dest_size = (src.length() + 1) * sizeof(wchar_t); |
wchar_t* dest = reinterpret_cast<wchar_t*>(LocalAlloc(LPTR, dest_size)); |