diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-04 07:58:34 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-04 07:58:34 +0000 |
commit | 57c6a6579cf274fe37d6196931a3034d90da7113 (patch) | |
tree | ec42313580156ccc039b5fee714ee12259cb08ee /chrome/browser/history | |
parent | b23c9e1f05d474adc327c85d87eacc77554976e0 (diff) | |
download | chromium_src-57c6a6579cf274fe37d6196931a3034d90da7113.zip chromium_src-57c6a6579cf274fe37d6196931a3034d90da7113.tar.gz chromium_src-57c6a6579cf274fe37d6196931a3034d90da7113.tar.bz2 |
Replace all occurrances of WebContents with TabContents.
Review URL: http://codereview.chromium.org/99177
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15194 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/history')
-rw-r--r-- | chrome/browser/history/history.h | 4 | ||||
-rw-r--r-- | chrome/browser/history/text_database_manager.cc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/history/history.h b/chrome/browser/history/history.h index 3804b8e..7505fd4 100644 --- a/chrome/browser/history/history.h +++ b/chrome/browser/history/history.h @@ -143,8 +143,8 @@ class HistoryService : public CancelableRequestProvider, // IDs are only unique inside a given render process, so we need that to // differentiate them. This pointer should not be dereferenced by the history // system. Since render view host pointers may be reused (if one gets deleted - // and a new one created at the same address), WebContents should notify - // us when they are being destroyed through NotifyWebContentsDestruction. + // and a new one created at the same address), TabContents should notify + // us when they are being destroyed through NotifyTabContentsDestruction. // // The scope/ids can be NULL if there is no meaningful tracking information // that can be performed on the given URL. The 'page_id' should be the ID of diff --git a/chrome/browser/history/text_database_manager.cc b/chrome/browser/history/text_database_manager.cc index 51cc6a8..467a269 100644 --- a/chrome/browser/history/text_database_manager.cc +++ b/chrome/browser/history/text_database_manager.cc @@ -180,7 +180,7 @@ void TextDatabaseManager::AddPageTitle(const GURL& url, if (found == recent_changes_.end()) { // This page is not in our cache of recent pages. This is very much an edge // case as normally a title will come in <20 seconds after the page commits, - // and WebContents will avoid spamming us with >1 title per page. However, + // and TabContents will avoid spamming us with >1 title per page. However, // it could come up if your connection is unhappy, and we don't want to // miss anything. // |