| Index: chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm b/chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm
|
| index a8a01d85c330970a7d7a599036531be7a2dc73a0..911dd5df946ec644acfd6165038c674bcfcc9baf 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm
|
| @@ -103,10 +103,6 @@ const CGFloat kNewTabButtonOffset = 8.0;
|
| // Time (in seconds) in which tabs animate to their final position.
|
| const NSTimeInterval kAnimationDuration = 0.125;
|
|
|
| -// The amount by which the profile menu button is offset (from tab tabs or new
|
| -// tab button).
|
| -const CGFloat kProfileMenuButtonOffset = 6.0;
|
| -
|
| // The width and height of the icon + glow for projecting mode.
|
| const CGFloat kProjectingIconWidthAndHeight = 32.0;
|
|
|
|
|