Index: chrome/browser/ui/gtk/browser_titlebar.cc |
diff --git a/chrome/browser/ui/gtk/browser_titlebar.cc b/chrome/browser/ui/gtk/browser_titlebar.cc |
index 42ce7c87c08de1a66b7739160149f5e0d84af02c..32e9aeb20893ac158a1778735e29f57aa939cf2a 100644 |
--- a/chrome/browser/ui/gtk/browser_titlebar.cc |
+++ b/chrome/browser/ui/gtk/browser_titlebar.cc |
@@ -78,11 +78,6 @@ const int kAvatarBottomSpacing = 1; |
// it on the left, and between it and the tabstrip on the right). |
const int kAvatarSideSpacing = 2; |
-// The thickness of the custom frame border; we need it here to enlarge the |
-// close button whent the custom frame border isn't showing but the custom |
-// titlebar is showing. |
-const int kFrameBorderThickness = 4; |
- |
// There is a 4px gap between the icon and the title text. |
const int kIconTitleSpacing = 4; |