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

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

Issue 2360803002: Remove some pre-MD code from toolbar/tabstrip/frame. (Closed)
Patch Set: pkasting review Created 4 years, 3 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_layout_delegate.h
diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h b/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h
index 4855997197bd90f3c6de52f1f4798756662944e8..e8b5a86a230100929fbcc80b393eb943ed92f45a 100644
--- a/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h
+++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h
@@ -51,11 +51,6 @@ class OpaqueBrowserFrameViewLayoutDelegate {
// it.
virtual gfx::Size GetTabstripPreferredSize() const = 0;
- // Returns the width of the portion of the toolbar's leading-edge rounded
- // corner that is within the client area. This is only necessary pre-Material
- // Design.
- virtual int GetToolbarLeadingCornerClientWidth() const = 0;
-
protected:
virtual ~OpaqueBrowserFrameViewLayoutDelegate() {}
};

Powered by Google App Engine
This is Rietveld 408576698