| Index: base/win/metro.h
|
| diff --git a/base/win/metro.h b/base/win/metro.h
|
| index 04bab1ef832fe849577086e9181b22b4c480f5b8..5894ef06daed473355a8422c7b25753e5fcb9a94 100644
|
| --- a/base/win/metro.h
|
| +++ b/base/win/metro.h
|
| @@ -76,10 +76,6 @@ BASE_EXPORT bool IsMetroProcess();
|
| // immersive (Metro) process.
|
| BASE_EXPORT bool IsProcessImmersive(HANDLE process);
|
|
|
| -// Returns true if this process is running under Text Services Framework (TSF)
|
| -// and browser must be TSF-aware.
|
| -BASE_EXPORT bool IsTSFAwareRequired();
|
| -
|
| // Allocates and returns the destination string via the LocalAlloc API after
|
| // copying the src to it.
|
| BASE_EXPORT wchar_t* LocalAllocAndCopyString(const string16& src);
|
|
|