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

Unified Diff: chrome/browser/ui/cocoa/tabs/tab_view.h

Issue 1883033002: [Mac] Update tab audio icon to Material Design and tweak close box color. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/cocoa/tabs/tab_view.h
diff --git a/chrome/browser/ui/cocoa/tabs/tab_view.h b/chrome/browser/ui/cocoa/tabs/tab_view.h
index 3f4f8b331fea1dcea96e7c4ede19da417597ea7b..a01789db2fe160264c617adba99d2ce4dce889d5 100644
--- a/chrome/browser/ui/cocoa/tabs/tab_view.h
+++ b/chrome/browser/ui/cocoa/tabs/tab_view.h
@@ -121,6 +121,9 @@ const CGFloat kImageNoFocusAlpha = 0.65;
// user to click to select/activate the tab.
- (int)widthOfLargestSelectableRegion;
+// Returns the Material Design color of the "x".
+- (SkColor)closeButtonColor;
+
@end
// The TabController |controller_| is not the only owner of this view. If the

Powered by Google App Engine
This is Rietveld 408576698