diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-27 22:06:12 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-27 22:06:12 +0000 |
commit | 623ceae37731500814323738f8208d5742ca92b3 (patch) | |
tree | b75c797c2b85062bb4f6134d1948737da14b9255 /sandbox/src | |
parent | fb5645a6667923961da5be6de39b72d359ffbbb9 (diff) | |
download | chromium_src-623ceae37731500814323738f8208d5742ca92b3.zip chromium_src-623ceae37731500814323738f8208d5742ca92b3.tar.gz chromium_src-623ceae37731500814323738f8208d5742ca92b3.tar.bz2 |
Fix URL for sandboxing design doc.
Review URL: http://codereview.chromium.org/55043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12715 0039d316-1c4b-4281-b951-d872f2087c98
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" |