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

Side by Side Diff: sandbox/win/src/sync_policy_test.h

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, 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
« no previous file with comments | « sandbox/win/src/sync_policy.cc ('k') | sandbox/win/src/sync_policy_test.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4
5 #ifndef SANDBOX_WIN_SRC_SYNC_POLICY_TEST_H_
6 #define SANDBOX_WIN_SRC_SYNC_POLICY_TEST_H_
7
8 #include "sandbox/win/tests/common/controller.h"
9
10 namespace sandbox {
11
12 // Opens the named event received on argv[1]. The requested access is
13 // EVENT_ALL_ACCESS if argv[0] starts with 'f', or SYNCHRONIZE otherwise.
14 SBOX_TESTS_COMMAND int Event_Open(int argc, wchar_t **argv);
15
16 } // namespace sandbox
17
18 #endif // SANDBOX_WIN_SRC_SYNC_POLICY_TEST_H_
OLDNEW
« no previous file with comments | « sandbox/win/src/sync_policy.cc ('k') | sandbox/win/src/sync_policy_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698