diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-17 13:24:15 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-17 13:24:15 +0000 |
commit | e018d3b0c50982871526779cfa53a4a0eac36a68 (patch) | |
tree | 5ed6f419b1c08b01239ca09ed995246a1022b3c1 /content/browser/web_contents/navigation_entry_impl.h | |
parent | 21b3c16d2e2359321d8c2d6c36ef4209f269e3d2 (diff) | |
download | chromium_src-e018d3b0c50982871526779cfa53a4a0eac36a68.zip chromium_src-e018d3b0c50982871526779cfa53a4a0eac36a68.tar.gz chromium_src-e018d3b0c50982871526779cfa53a4a0eac36a68.tar.bz2 |
TabContents -> WebContentsImpl, part 15.
Switch VIEW_TYPE_TAB_CONTENTS to VIEW_TYPE_WEB_CONTENTS.
Also removed all references in comments to TAB_CONTENTS_WEB. TAB_CONTENTS_WEB was a value of the enum TabContentsType, which was removed in r13730.
BUG=105875
TEST=no change
Review URL: https://chromiumcodereview.appspot.com/10091006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132567 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/web_contents/navigation_entry_impl.h')
-rw-r--r-- | content/browser/web_contents/navigation_entry_impl.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/content/browser/web_contents/navigation_entry_impl.h b/content/browser/web_contents/navigation_entry_impl.h index ec194fd..4dc4c9b 100644 --- a/content/browser/web_contents/navigation_entry_impl.h +++ b/content/browser/web_contents/navigation_entry_impl.h @@ -65,9 +65,8 @@ class CONTENT_EXPORT NavigationEntryImpl unique_id_ = unique_id; } - // The SiteInstance tells us how to share sub-processes when the tab type is - // TAB_CONTENTS_WEB. This will be NULL otherwise. This is a reference counted - // pointer to a shared site instance. + // The SiteInstance tells us how to share sub-processes. This is a reference + // counted pointer to a shared site instance. // // Note that the SiteInstance should usually not be changed after it is set, // but this may happen if the NavigationEntry was cloned and needs to use a |