Chromium Code Reviews| 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 82cf1f9cfe6cf6148d50e30600a44477aa9e3379..b29014cebb8549418235c884c2ea3f09fccaf574 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 { |
| -// The height of the tab strip. |
| -extern const CGFloat kTabStripHeight; |
| +// Returns the height of the tab strip. |
| +extern CGFloat TabStripHeight(); |
|
Avi (use Gerrit)
2016/05/13 22:01:12
If this is a function, no "extern" on it. You need
spqchan
2016/05/13 22:08:38
Done.
|
| // The parameters used to calculate the layout of the views managed by the |
| // BrowserWindowController. |