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

Unified Diff: sandbox/win/sandbox_poc/pocdll/pocdll.cc

Issue 1851213002: Remove sandbox on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nacl compile issues Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sandbox/win/sandbox_poc/pocdll/network.cc ('k') | sandbox/win/sandbox_poc/pocdll/pocdll.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/sandbox_poc/pocdll/pocdll.cc
diff --git a/sandbox/win/sandbox_poc/pocdll/pocdll.cc b/sandbox/win/sandbox_poc/pocdll/pocdll.cc
deleted file mode 100644
index c6c54539659a13122d623c9c3ef1922253fd85a4..0000000000000000000000000000000000000000
--- a/sandbox/win/sandbox_poc/pocdll/pocdll.cc
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-
-#include "sandbox/win/sandbox_poc/pocdll/exports.h"
-#include "sandbox/win/sandbox_poc/pocdll/utils.h"
-
-BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) {
- return TRUE;
-}
-
-void POCDLL_API Run(HANDLE log) {
- TestFileSystem(log);
- TestRegistry(log);
- TestNetworkListen(log);
- TestSpyScreen(log);
- TestSpyKeys(log);
- TestThreads(log);
- TestProcesses(log);
- TestGetHandle(log);
-}
« no previous file with comments | « sandbox/win/sandbox_poc/pocdll/network.cc ('k') | sandbox/win/sandbox_poc/pocdll/pocdll.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698