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

Unified Diff: chrome/browser/ui/views/frame/compact_browser_frame_view.h

Issue 9630002: Ash: Remove compact window mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: OpaqueBrowserFrameView, MultipleWindowIndicatorButton Created 8 years, 9 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
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_

Powered by Google App Engine
This is Rietveld 408576698