| Index: base/win/metro.h
|
| diff --git a/base/win/metro.h b/base/win/metro.h
|
| index 15fbb46a68ece3def204c0927169996a3c5df8b0..be13a30849970fdfcf41bd396a86b066baec19bc 100644
|
| --- a/base/win/metro.h
|
| +++ b/base/win/metro.h
|
| @@ -41,6 +41,12 @@ struct CurrentTabInfo {
|
| wchar_t* url;
|
| };
|
|
|
| +// The types of exports in metro_driver.dll.
|
| +typedef HRESULT (*ActivateApplicationFn)(const wchar_t*);
|
| +
|
| +// The names of the exports in metro_driver.dll.
|
| +BASE_EXPORT extern const char kActivateApplication[];
|
| +
|
| // Returns the handle to the metro dll loaded in the process. A NULL return
|
| // indicates that the metro dll was not loaded in the process.
|
| BASE_EXPORT HMODULE GetMetroModule();
|
|
|