Index: chrome/browser/ui/views/frame/glass_browser_frame_view.cc |
=================================================================== |
--- chrome/browser/ui/views/frame/glass_browser_frame_view.cc (revision 85647) |
+++ chrome/browser/ui/views/frame/glass_browser_frame_view.cc (working copy) |
@@ -171,10 +171,6 @@ |
return client_view_bounds_; |
} |
-bool GlassBrowserFrameView::AlwaysUseNativeFrame() const { |
- return frame_->AlwaysUseNativeFrame(); |
-} |
- |
gfx::Rect GlassBrowserFrameView::GetWindowBoundsForClientBounds( |
const gfx::Rect& client_bounds) const { |
HWND hwnd = frame_->GetNativeWindow(); |