| Index: chrome/browser/ui/views/frame/top_container_view.h
|
| diff --git a/chrome/browser/ui/views/frame/top_container_view.h b/chrome/browser/ui/views/frame/top_container_view.h
|
| index 5905c696543d5e33bd204884e7bedcece60a4e12..ad56949f25db837f73aa39afab5787fec757ac0a 100644
|
| --- a/chrome/browser/ui/views/frame/top_container_view.h
|
| +++ b/chrome/browser/ui/views/frame/top_container_view.h
|
| @@ -13,15 +13,13 @@ class BrowserView;
|
|
|
| // Container for the BrowserView's tab strip, toolbar, and sometimes bookmark
|
| // bar. In Chrome OS immersive fullscreen it stacks on top of other views in
|
| -// order to slide in and out over the web contents. It informs the immersive
|
| -// mode controller when its children lose focus to trigger a slide out.
|
| +// order to slide in and out over the web contents.
|
| class TopContainerView : public views::View {
|
| public:
|
| explicit TopContainerView(BrowserView* browser_view);
|
| virtual ~TopContainerView();
|
|
|
| // views::View overrides:
|
| - virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| virtual const char* GetClassName() const OVERRIDE;
|
| virtual void OnPaintBackground(gfx::Canvas* canvas) OVERRIDE;
|
|
|
|
|