| Index: chrome/browser/ui/cocoa/browser_window_layout.h
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_layout.h b/chrome/browser/ui/cocoa/browser_window_layout.h
|
| index 6f43d0ee838e10378e17cb82c8f13164e7dc4944..82cf1f9cfe6cf6148d50e30600a44477aa9e3379 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_layout.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_layout.h
|
| @@ -11,8 +11,8 @@
|
|
|
| namespace chrome {
|
|
|
| -// Returns the height of the tab strip.
|
| -CGFloat TabStripHeight();
|
| +// The height of the tab strip.
|
| +extern const CGFloat kTabStripHeight;
|
|
|
| // The parameters used to calculate the layout of the views managed by the
|
| // BrowserWindowController.
|
|
|