Chromium Code Reviews| Index: base/win/metro.cc |
| diff --git a/base/win/metro.cc b/base/win/metro.cc |
| index ab95b8aecebbfd34dbb0a6564b0f79d04225cee5..81e3bdaabbfef42e218f8011ed8d7b14deb35970 100644 |
| --- a/base/win/metro.cc |
| +++ b/base/win/metro.cc |
| @@ -9,6 +9,8 @@ |
| namespace base { |
| namespace win { |
| +const char kActivateApplication[] = "ActivateApplication"; |
| + |
| HMODULE GetMetroModule() { |
| return GetModuleHandleA("metro_driver.dll"); |
| } |
| @@ -22,4 +24,3 @@ wchar_t* LocalAllocAndCopyString(const string16& src) { |
| } // namespace win |
| } // namespace base |
| - |