Chromium Code Reviews| Index: base/win/metro.h |
| =================================================================== |
| --- base/win/metro.h (revision 156844) |
| +++ base/win/metro.h (working copy) |
| @@ -50,6 +50,10 @@ |
| // in Windows Metro mode. |
| BASE_EXPORT bool IsMetroProcess(); |
| +// Returns true if the process identified by the handle passed in is an |
| +// immersive (Metro) process. |
| +BASE_EXPORT bool IsImmersiveProcess(HANDLE process); |
|
cpu_(ooo_6.6-7.5)
2012/09/17 20:39:06
rename so it does not clash with sdk's IsImmersive
ananta
2012/09/17 22:16:31
Done.
|
| + |
| // Returns true if this process is running under Text Services Framework (TSF) |
| // and browser must be TSF-aware. |
| BASE_EXPORT bool IsTsfAwareRequired(); |