Commit 27b20183 authored by Jongmok Kim's avatar Jongmok Kim Committed by Commit Bot

Remove unused function

- GetNewTabButtonIdealX seems not used.

Change-Id: I01f27b70dcfd23b76ba1b3b70c083576143cf8f5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2494441
Commit-Queue: Connie Wan <connily@chromium.org>
Reviewed-by: default avatarConnie Wan <connily@chromium.org>
Cr-Commit-Position: refs/heads/master@{#820931}
parent 98c7723e
......@@ -490,10 +490,6 @@ class TabStrip : public views::View,
// button and the frame grab area.
int GetRightSideReservedWidth() const;
// Returns the X coordinate the new tab button should be placed at. Requires
// |tabs_| to have correct ideal bounds.
int GetNewTabButtonIdealX() const;
// Returns the last tab in the strip that's actually visible. This will be
// the actual last tab unless the strip is in the overflow node_data.
const Tab* GetLastVisibleTab() const;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment