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

Unified Diff: chrome/browser/ui/views/frame/opaque_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/opaque_browser_frame_view.h
diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
index 07d1bbf79de60ca71655f87e0533feb77c948851..61ca17c83fce4a4b63077293a3b00535100c7abf 100644
--- a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
+++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
@@ -52,18 +52,6 @@ class OpaqueBrowserFrameView : public BrowserNonClientFrameView,
// true, acts as if the window is restored regardless of the real mode.
int NonClientTopBorderHeight(bool restored) const;
- // Allows a subclass to tweak the frame. Chromeos uses this to support
- // drawing themes correctly. |theme_offset| is used to adjust the y offset
- // of the theme frame bitmap, so they start at the right location.
- // |theme_frame| will be used as theme frame bitmap. |left_corner| and
- // |right_corner| will be used on the left and right of the tabstrip area
- // as opposed to the theme frame.
- virtual void ModifyMaximizedFramePainting(
- int* theme_offset,
- SkBitmap** theme_frame,
- SkBitmap** left_corner,
- SkBitmap** right_corner);
-
// Overridden from views::NonClientFrameView:
virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
virtual gfx::Rect GetWindowBoundsForClientBounds(

Powered by Google App Engine
This is Rietveld 408576698