summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-04 17:50:32 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-04 17:50:32 +0000
commit9bd68ea2016a0c7f71aa470e9ef901e57c6c6420 (patch)
tree2b3430c44c61accf4a3af98780c13b9cdaa8b84c
parentc63c6850aa6ce22029210a4ded2f4d14381925b4 (diff)
downloadchromium_src-9bd68ea2016a0c7f71aa470e9ef901e57c6c6420.zip
chromium_src-9bd68ea2016a0c7f71aa470e9ef901e57c6c6420.tar.gz
chromium_src-9bd68ea2016a0c7f71aa470e9ef901e57c6c6420.tar.bz2
Tweaks ChromeURLDataManager comments.
BUG=none TEST=none Review URL: http://codereview.chromium.org/6624019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76928 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/ui/webui/chrome_url_data_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/chrome_url_data_manager.h b/chrome/browser/ui/webui/chrome_url_data_manager.h
index 3043f9d9..c0796b4 100644
--- a/chrome/browser/ui/webui/chrome_url_data_manager.h
+++ b/chrome/browser/ui/webui/chrome_url_data_manager.h
@@ -52,7 +52,7 @@ class ChromeURLDataManager {
// asynchronously. DataSources are collectively owned with refcounting smart
// pointers and should never be deleted on the IO thread, since their calls
// are handled almost always on the UI thread and there's a possibility of a
- // data race. The |DeleteOnUIThread| trait is used to enforce this.
+ // data race. The |DeleteDataSource| trait above is used to enforce this.
//
// An implementation of DataSource should handle calls to
// StartDataRequest() by starting its (implementation-specific) asynchronous