Index: remoting/host/plugin/host_plugin.cc |
diff --git a/remoting/host/plugin/host_plugin.cc b/remoting/host/plugin/host_plugin.cc |
index a9b233a61c7888d318a4cf0088d54ea1e01f7ba3..4b9c71448b69691660d52a9c6ff7a0b85b07c247 100644 |
--- a/remoting/host/plugin/host_plugin.cc |
+++ b/remoting/host/plugin/host_plugin.cc |
@@ -450,12 +450,9 @@ NPError SetWindow(NPP instance, NPWindow* pNPWindow) { |
} // namespace |
#if defined(OS_WIN) |
-HMODULE g_hModule = NULL; |
- |
BOOL APIENTRY DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpReserved) { |
switch (dwReason) { |
case DLL_PROCESS_ATTACH: |
- g_hModule = hModule; |
DisableThreadLibraryCalls(hModule); |
break; |
case DLL_PROCESS_DETACH: |