| Index: base/win/metro.h
|
| diff --git a/base/win/metro.h b/base/win/metro.h
|
| index be13a30849970fdfcf41bd396a86b066baec19bc..d7646b05ec0040fed2bb6f5c7afd1d9996a2ef39 100644
|
| --- a/base/win/metro.h
|
| +++ b/base/win/metro.h
|
| @@ -51,6 +51,10 @@ BASE_EXPORT extern const char kActivateApplication[];
|
| // indicates that the metro dll was not loaded in the process.
|
| BASE_EXPORT HMODULE GetMetroModule();
|
|
|
| +// Returns true if this process is running as an immersive program
|
| +// in Windows Metro mode.
|
| +BASE_EXPORT bool InMetroMode();
|
| +
|
| // Allocates and returns the destination string via the LocalAlloc API after
|
| // copying the src to it.
|
| BASE_EXPORT wchar_t* LocalAllocAndCopyString(const string16& src);
|
|
|