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

Side by Side Diff: sandbox/src/interception.h

Issue 55043: Fix URL for sandboxing design doc. (Closed)
Patch Set: more Created 11 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 unified diff | Download patch
« no previous file with comments | « no previous file | sandbox/src/interception.cc » ('j') | 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) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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 // Defines InterceptionManager, the class in charge of setting up interceptions 5 // Defines InterceptionManager, the class in charge of setting up interceptions
6 // for the sandboxed process. For more datails see 6 // for the sandboxed process. For more details see
7 // http://wiki/Main/ChromeSandboxInterceptionDesign 7 // http://dev.chromium.org/developers/design-documents/sandbox .
8 8
9 #ifndef SANDBOX_SRC_INTERCEPTION_H_ 9 #ifndef SANDBOX_SRC_INTERCEPTION_H_
10 #define SANDBOX_SRC_INTERCEPTION_H_ 10 #define SANDBOX_SRC_INTERCEPTION_H_
11 11
12 #include <list> 12 #include <list>
13 #include <string> 13 #include <string>
14 14
15 #include "base/basictypes.h" 15 #include "base/basictypes.h"
16 #include "sandbox/src/sandbox_types.h" 16 #include "sandbox/src/sandbox_types.h"
17 17
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 199
200 // true if we are allowed to patch already-patched functions. 200 // true if we are allowed to patch already-patched functions.
201 bool relaxed_; 201 bool relaxed_;
202 202
203 DISALLOW_COPY_AND_ASSIGN(InterceptionManager); 203 DISALLOW_COPY_AND_ASSIGN(InterceptionManager);
204 }; 204 };
205 205
206 } // namespace sandbox 206 } // namespace sandbox
207 207
208 #endif // SANDBOX_SRC_INTERCEPTION_H_ 208 #endif // SANDBOX_SRC_INTERCEPTION_H_
OLDNEW
« no previous file with comments | « no previous file | sandbox/src/interception.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698