diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/win/metro.cc | 2 | ||||
-rw-r--r-- | base/win/metro.h | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/base/win/metro.cc b/base/win/metro.cc index 6cc8a85..9e0e043 100644 --- a/base/win/metro.cc +++ b/base/win/metro.cc @@ -12,8 +12,6 @@ namespace base { namespace win { -const char kActivateApplication[] = "ActivateApplication"; - HMODULE GetMetroModule() { const HMODULE kUninitialized = reinterpret_cast<HMODULE>(1); static HMODULE metro_module = kUninitialized; diff --git a/base/win/metro.h b/base/win/metro.h index a500174..87b603b 100644 --- a/base/win/metro.h +++ b/base/win/metro.h @@ -42,12 +42,6 @@ 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(); |