diff options
Diffstat (limited to 'sandbox/src')
-rw-r--r-- | sandbox/src/interception.cc | 2 | ||||
-rw-r--r-- | sandbox/src/interception.h | 4 | ||||
-rw-r--r-- | sandbox/src/interception_agent.cc | 2 | ||||
-rw-r--r-- | sandbox/src/interception_agent.h | 4 | ||||
-rw-r--r-- | sandbox/src/interception_internal.h | 2 | ||||
-rw-r--r-- | sandbox/src/resolver.h | 3 |
6 files changed, 9 insertions, 8 deletions
diff --git a/sandbox/src/interception.cc b/sandbox/src/interception.cc index bb1c5ea..fcb38ff 100644 --- a/sandbox/src/interception.cc +++ b/sandbox/src/interception.cc @@ -3,7 +3,7 @@ // found in the LICENSE file. // For information about interceptions as a whole see -// http://wiki/Main/ChromeSandboxInterceptionDesign +// http://dev.chromium.org/developers/design-documents/sandbox . #include <set> diff --git a/sandbox/src/interception.h b/sandbox/src/interception.h index 536822a..fd947ff 100644 --- a/sandbox/src/interception.h +++ b/sandbox/src/interception.h @@ -3,8 +3,8 @@ // found in the LICENSE file. // Defines InterceptionManager, the class in charge of setting up interceptions -// for the sandboxed process. For more datails see -// http://wiki/Main/ChromeSandboxInterceptionDesign +// for the sandboxed process. For more details see +// http://dev.chromium.org/developers/design-documents/sandbox . #ifndef SANDBOX_SRC_INTERCEPTION_H_ #define SANDBOX_SRC_INTERCEPTION_H_ diff --git a/sandbox/src/interception_agent.cc b/sandbox/src/interception_agent.cc index d6c32e7..08df720 100644 --- a/sandbox/src/interception_agent.cc +++ b/sandbox/src/interception_agent.cc @@ -3,7 +3,7 @@ // found in the LICENSE file. // For information about interceptions as a whole see -// http://wiki/Main/ChromeSandboxInterceptionDesign +// http://dev.chromium.org/developers/design-documents/sandbox . #include "sandbox/src/interception_agent.h" diff --git a/sandbox/src/interception_agent.h b/sandbox/src/interception_agent.h index 136404c..10679dd 100644 --- a/sandbox/src/interception_agent.h +++ b/sandbox/src/interception_agent.h @@ -3,8 +3,8 @@ // found in the LICENSE file. // Defines InterceptionAgent, the class in charge of setting up interceptions -// from the inside of the sandboxed process. For more datails see -// http://wiki/Main/ChromeSandboxInterceptionDesign +// from the inside of the sandboxed process. For more details see +// http://dev.chromium.org/developers/design-documents/sandbox . #ifndef SANDBOX_SRC_INTERCEPTION_AGENT_H__ #define SANDBOX_SRC_INTERCEPTION_AGENT_H__ diff --git a/sandbox/src/interception_internal.h b/sandbox/src/interception_internal.h index 0ab764c..e053bdf 100644 --- a/sandbox/src/interception_internal.h +++ b/sandbox/src/interception_internal.h @@ -4,7 +4,7 @@ // Defines InterceptionManager, the class in charge of setting up interceptions // for the sandboxed process. For more details see: -// http://wiki/Main/ChromeSandboxInterceptionDesign +// http://dev.chromium.org/developers/design-documents/sandbox . #ifndef SANDBOX_SRC_INTERCEPTION_INTERNAL_H_ #define SANDBOX_SRC_INTERCEPTION_INTERNAL_H_ diff --git a/sandbox/src/resolver.h b/sandbox/src/resolver.h index f7472cb..bd33e90 100644 --- a/sandbox/src/resolver.h +++ b/sandbox/src/resolver.h @@ -3,7 +3,8 @@ // found in the LICENSE file. // Defines ResolverThunk, the interface for classes that perform interceptions. -// For more datails see http://wiki/Main/ChromeSandboxInterceptionDesign +// For more details see +// http://dev.chromium.org/developers/design-documents/sandbox . #include "base/basictypes.h" #include "sandbox/src/nt_internals.h" |