summaryrefslogtreecommitdiffstats
path: root/content/browser/cross_site_request_manager.h
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-16 15:58:13 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-16 15:58:13 +0000
commit770005b3ba678f0b4b4c4cdf3aa61df8e647b154 (patch)
treebbeb2b3ace5a1ebd0d02d87ebc60d682a8895223 /content/browser/cross_site_request_manager.h
parentd30ce6ef3a1ced147da1eeab0780bc8e5fce7238 (diff)
downloadchromium_src-770005b3ba678f0b4b4c4cdf3aa61df8e647b154.zip
chromium_src-770005b3ba678f0b4b4c4cdf3aa61df8e647b154.tar.gz
chromium_src-770005b3ba678f0b4b4c4cdf3aa61df8e647b154.tar.bz2
TabContents -> WebContentsImpl, part 14.
Updated comments. BUG=105875 TEST=no change Review URL: http://codereview.chromium.org/10073023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132406 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/cross_site_request_manager.h')
-rw-r--r--content/browser/cross_site_request_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/cross_site_request_manager.h b/content/browser/cross_site_request_manager.h
index 1274264..186d62e 100644
--- a/content/browser/cross_site_request_manager.h
+++ b/content/browser/cross_site_request_manager.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -16,7 +16,7 @@ template <typename T> struct DefaultSingletonTraits;
// CrossSiteRequestManager is used to handle bookkeeping for cross-site
// requests and responses between the UI and IO threads. Such requests involve
-// a transition from one RenderViewHost to another within TabContents, and
+// a transition from one RenderViewHost to another within WebContentsImpl, and
// involve coordination with ResourceDispatcherHost.
//
// CrossSiteRequestManager is a singleton that may be used on any thread.