| Index: chrome/browser/ui/browser_tab_contents.h
|
| diff --git a/chrome/browser/ui/browser_tab_contents.h b/chrome/browser/ui/browser_tab_contents.h
|
| index 7badd08e434ae2de1a8f28ab3a5987590e4d9a86..6acbd995e7adffdf2605c9a309e98b08bc37d2e6 100644
|
| --- a/chrome/browser/ui/browser_tab_contents.h
|
| +++ b/chrome/browser/ui/browser_tab_contents.h
|
| @@ -42,14 +42,6 @@ class BrowserTabContents {
|
| // helpers.
|
| friend class BrowserNavigatorWebContentsAdoption;
|
|
|
| - // ChromeFrame is defined as a complete tab of Chrome inside of an IE
|
| - // window, so it need to have the full complement of tab helpers that it
|
| - // would have if it were in a Browser.
|
| - // TODO(avi): It's still probably a good idea for Chrome Frame to more
|
| - // explicitly control which tab helpers get created for its WebContentses.
|
| - // http://crbug.com/157590
|
| - friend class ExternalTabContainerWin;
|
| -
|
| // Prerendering loads pages that have arbitrary external content; it needs
|
| // the full set of tab helpers to deal with it.
|
| friend class prerender::PrerenderContents;
|
|
|