diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-03 00:48:32 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-03 00:48:32 +0000 |
commit | 2667e87f35afb1c75d80cff70696d8fd71e512cf (patch) | |
tree | 5b5920ea3af9ab0fbd2a6c7851d2667b16d8cd28 /chrome | |
parent | c29962f2b123f4d22798046022ad91b8c1774d32 (diff) | |
download | chromium_src-2667e87f35afb1c75d80cff70696d8fd71e512cf.zip chromium_src-2667e87f35afb1c75d80cff70696d8fd71e512cf.tar.gz chromium_src-2667e87f35afb1c75d80cff70696d8fd71e512cf.tar.bz2 |
Updated the design document URLs for ResourceDispatcher and ResourceDispatcherHost
Review URL: http://codereview.chromium.org/12890
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6261 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/resource_dispatcher_host.cc | 2 | ||||
-rw-r--r-- | chrome/browser/resource_dispatcher_host.h | 2 | ||||
-rw-r--r-- | chrome/common/resource_dispatcher.cc | 2 | ||||
-rw-r--r-- | chrome/common/resource_dispatcher.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/resource_dispatcher_host.cc b/chrome/browser/resource_dispatcher_host.cc index a528bba..9d385c1 100644 --- a/chrome/browser/resource_dispatcher_host.cc +++ b/chrome/browser/resource_dispatcher_host.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// See http://wiki.corp.google.com/twiki/bin/view/Main/ChromeMultiProcessResourceLoading +// See http://dev.chromium.org/developers/design-documents/multi-process-resource-loading #include <vector> diff --git a/chrome/browser/resource_dispatcher_host.h b/chrome/browser/resource_dispatcher_host.h index bffc136..fd6b5d2 100644 --- a/chrome/browser/resource_dispatcher_host.h +++ b/chrome/browser/resource_dispatcher_host.h @@ -7,7 +7,7 @@ // fowards the messages from the URLRequests back to the correct process for // handling. // -// See http://wiki.corp.google.com/twiki/bin/view/Main/ChromeMultiProcessResourceLoading +// See http://dev.chromium.org/developers/design-documents/multi-process-resource-loading #ifndef CHROME_BROWSER_RESOURCE_DISPATCHER_HOST_H__ #define CHROME_BROWSER_RESOURCE_DISPATCHER_HOST_H__ diff --git a/chrome/common/resource_dispatcher.cc b/chrome/common/resource_dispatcher.cc index d662fd9..d3c7a33 100644 --- a/chrome/common/resource_dispatcher.cc +++ b/chrome/common/resource_dispatcher.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// See http://wiki.corp.google.com/twiki/bin/view/Main/ChromeMultiProcessResourceLoading +// See http://dev.chromium.org/developers/design-documents/multi-process-resource-loading #include "chrome/common/resource_dispatcher.h" diff --git a/chrome/common/resource_dispatcher.h b/chrome/common/resource_dispatcher.h index 5fa4bc5..c290e10 100644 --- a/chrome/common/resource_dispatcher.h +++ b/chrome/common/resource_dispatcher.h @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// See http://wiki.corp.google.com/twiki/bin/view/Main/ChromeMultiProcessResourceLoading +// See http://dev.chromium.org/developers/design-documents/multi-process-resource-loading #ifndef CHROME_COMMON_RESOURCE_DISPATCHER_H__ #define CHROME_COMMON_RESOURCE_DISPATCHER_H__ |