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

Unified Diff: chrome/browser/ui/views/tabs/tab.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/tabs/tab.h
diff --git a/chrome/browser/ui/views/tabs/tab.h b/chrome/browser/ui/views/tabs/tab.h
index af3269cfe5e2177a5fb3636fa0cf3cbd32bd315e..c02763933008e9c28119290f1a1420b56ec08df6 100644
--- a/chrome/browser/ui/views/tabs/tab.h
+++ b/chrome/browser/ui/views/tabs/tab.h
@@ -158,11 +158,6 @@ class Tab : public gfx::AnimationDelegate,
// Returns the height for immersive mode tabs.
static int GetImmersiveHeight();
- // Returns the Y inset within the tab bounds for drawing the background image.
- // This is necessary for correct vertical alignment of the frame, tab, and
- // toolbar images with custom themes.
- static int GetYInsetForActiveTabBackground();
-
// Returns the inverse of the slope of the diagonal portion of the tab outer
// border. (This is a positive value, so it's specifically for the slope of
// the leading edge.)
« no previous file with comments | « chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc ('k') | chrome/browser/ui/views/tabs/tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698