Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(367)

Side by Side Diff: content/common/sandbox_win.cc

Issue 13190013: Windows: Remove owexplorer_xx.dll from the list of troublesome DLLs. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "content/common/sandbox_win.h" 5 #include "content/common/sandbox_win.h"
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "base/base_switches.h" 9 #include "base/base_switches.h"
10 #include "base/command_line.h" 10 #include "base/command_line.h"
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 L"libdivx.dll", // DivX. 62 L"libdivx.dll", // DivX.
63 L"lvprcinj01.dll", // Logitech QuickCam. 63 L"lvprcinj01.dll", // Logitech QuickCam.
64 L"madchook.dll", // Madshi (generic hooking library). 64 L"madchook.dll", // Madshi (generic hooking library).
65 L"mdnsnsp.dll", // Bonjour. 65 L"mdnsnsp.dll", // Bonjour.
66 L"moonsysh.dll", // Moon Secure Antivirus. 66 L"moonsysh.dll", // Moon Secure Antivirus.
67 L"mpk.dll", // KGB Spy. 67 L"mpk.dll", // KGB Spy.
68 L"npdivx32.dll", // DivX. 68 L"npdivx32.dll", // DivX.
69 L"npggNT.des", // GameGuard 2008. 69 L"npggNT.des", // GameGuard 2008.
70 L"npggNT.dll", // GameGuard (older). 70 L"npggNT.dll", // GameGuard (older).
71 L"oawatch.dll", // Online Armor. 71 L"oawatch.dll", // Online Armor.
72 L"owexplorer-10513.dll", // Overwolf.
73 L"owexplorer-10514.dll", // Overwolf.
74 L"owexplorer-10515.dll", // Overwolf.
75 L"owexplorer-10516.dll", // Overwolf.
76 L"owexplorer-10517.dll", // Overwolf.
77 L"owexplorer-10518.dll", // Overwolf.
78 L"owexplorer-10519.dll", // Overwolf.
79 L"owexplorer-10520.dll", // Overwolf.
80 L"owexplorer-10521.dll", // Overwolf.
81 L"owexplorer-10522.dll", // Overwolf.
82 L"owexplorer-10523.dll", // Overwolf.
83 L"pavhook.dll", // Panda Internet Security. 72 L"pavhook.dll", // Panda Internet Security.
84 L"pavlsphook.dll", // Panda Antivirus. 73 L"pavlsphook.dll", // Panda Antivirus.
85 L"pavshook.dll", // Panda Antivirus. 74 L"pavshook.dll", // Panda Antivirus.
86 L"pavshookwow.dll", // Panda Antivirus. 75 L"pavshookwow.dll", // Panda Antivirus.
87 L"pctavhook.dll", // PC Tools Antivirus. 76 L"pctavhook.dll", // PC Tools Antivirus.
88 L"pctgmhk.dll", // PC Tools Spyware Doctor. 77 L"pctgmhk.dll", // PC Tools Spyware Doctor.
89 L"prntrack.dll", // Pharos Systems. 78 L"prntrack.dll", // Pharos Systems.
90 L"protector.dll", // Unknown (suspected malware). 79 L"protector.dll", // Unknown (suspected malware).
91 L"radhslib.dll", // Radiant Naomi Internet Filter. 80 L"radhslib.dll", // Radiant Naomi Internet Filter.
92 L"radprlib.dll", // Radiant Naomi Internet Filter. 81 L"radprlib.dll", // Radiant Naomi Internet Filter.
(...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 } 715 }
727 716
728 return false; 717 return false;
729 } 718 }
730 719
731 bool BrokerAddTargetPeer(HANDLE peer_process) { 720 bool BrokerAddTargetPeer(HANDLE peer_process) {
732 return g_broker_services->AddTargetPeer(peer_process) == sandbox::SBOX_ALL_OK; 721 return g_broker_services->AddTargetPeer(peer_process) == sandbox::SBOX_ALL_OK;
733 } 722 }
734 723
735 } // namespace content 724 } // namespace content
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698