Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKissaki <kissaki@gmx.de>2012-12-04 22:31:49 +0400
committerKissaki <kissaki@gmx.de>2012-12-04 22:31:49 +0400
commit2a469e8100f03305904a4732a74582db0b804b61 (patch)
tree572d1c0a2a0554aac1077e79311c86a5cab65d7a /overlay/overlay_blacklist.h
parent4ec62f12aa519fa804ee23dc4d9f3c564ccb786c (diff)
remove duplicate overlay blacklist entry for chrome.exe
Diffstat (limited to 'overlay/overlay_blacklist.h')
-rw-r--r--overlay/overlay_blacklist.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/overlay/overlay_blacklist.h b/overlay/overlay_blacklist.h
index 74a4f1974..2e76b11bb 100644
--- a/overlay/overlay_blacklist.h
+++ b/overlay/overlay_blacklist.h
@@ -61,7 +61,6 @@ static const char *overlayBlacklist[] = {
"LoLLauncher.exe", // League of Legends Launcher/Patcher
"acrobat.exe", // Adobe Acrobat
"Steam.exe", // Prevent invisible hooking
- "chrome.exe", // Prevent invisible hooking (flash?)
NULL
};