| Index: chrome/browser/ui/views/toolbar/toolbar_view.h
|
| diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.h b/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| index d38aa17615eead1ef9ad1d675cad230dd5414807..d0d95fd260d7f560aadc4b700e3fab79db3ee034 100644
|
| --- a/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| +++ b/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| @@ -184,6 +184,10 @@ class ToolbarView : public views::AccessiblePaneView,
|
| // Returns the number of pixels above the location bar in non-normal display.
|
| int PopupTopSpacing() const;
|
|
|
| + // Returns true on Windows if the Glass styling is being used.
|
| + // This implies that the tab strip overlaps a native window frame.
|
| + bool UsingWindowsGlass() const;
|
| +
|
| // Loads the images for all the child views.
|
| void LoadImages();
|
|
|
|
|