| Index: chrome/browser/ui/tab_contents/tab_contents.h
|
| diff --git a/chrome/browser/ui/tab_contents/tab_contents.h b/chrome/browser/ui/tab_contents/tab_contents.h
|
| index 2bbd656ae51bc9648b66179ce94503445a44a34f..9f906f027690567cd530079bf850c7553929065a 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents.h
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents.h
|
| @@ -87,9 +87,6 @@ class SafeBrowsingTabObserver;
|
| // when a tab is displayed, or could make sense in other cases we use HTML. It
|
| // may makes sense to push down into WebContents and make configurable, or at
|
| // least to make easy for other WebContents hosts to include and support.
|
| -//
|
| -// TODO(avi): Eventually, this class will become TabContents as far as
|
| -// the browser front-end is concerned.
|
| class TabContents : public content::WebContentsObserver {
|
| public:
|
| // Takes ownership of |contents|, which must be heap-allocated (as it lives
|
|
|