Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(636)

Unified Diff: chrome/browser/ui/browser_tab_contents.h

Issue 138363002: Remove stale comment and friend specifier. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698