| Index: chrome/browser/ui/views/frame/compact_browser_frame_view.h
|
| diff --git a/chrome/browser/ui/views/frame/compact_browser_frame_view.h b/chrome/browser/ui/views/frame/compact_browser_frame_view.h
|
| deleted file mode 100644
|
| index ab9e559c7ba84b75deedffb308578516c3027517..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/ui/views/frame/compact_browser_frame_view.h
|
| +++ /dev/null
|
| @@ -1,34 +0,0 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef CHROME_BROWSER_UI_VIEWS_FRAME_COMPACT_BROWSER_FRAME_VIEW_H_
|
| -#define CHROME_BROWSER_UI_VIEWS_FRAME_COMPACT_BROWSER_FRAME_VIEW_H_
|
| -#pragma once
|
| -
|
| -#include "chrome/browser/ui/views/frame/opaque_browser_frame_view.h"
|
| -
|
| -class CompactBrowserFrameView : public OpaqueBrowserFrameView {
|
| - public:
|
| - CompactBrowserFrameView(BrowserFrame* frame, BrowserView* browser_view);
|
| - virtual ~CompactBrowserFrameView();
|
| -
|
| - // View overrides.
|
| - virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE;
|
| - virtual bool HitTest(const gfx::Point& l) const OVERRIDE;
|
| - virtual views::View* GetEventHandlerForPoint(
|
| - const gfx::Point& point) OVERRIDE;
|
| -
|
| - protected:
|
| - // OpaqueBrowserFrameView overrides.
|
| - virtual int GetHorizontalTabStripVerticalOffset(bool restored) const OVERRIDE;
|
| - virtual void ModifyMaximizedFramePainting(int* top_offset,
|
| - SkBitmap** theme_frame,
|
| - SkBitmap** left_corner,
|
| - SkBitmap** right_corner) OVERRIDE;
|
| -
|
| - private:
|
| - DISALLOW_COPY_AND_ASSIGN(CompactBrowserFrameView);
|
| -};
|
| -
|
| -#endif // CHROME_BROWSER_UI_VIEWS_FRAME_COMPACT_BROWSER_FRAME_VIEW_H_
|
|
|