Index: chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h |
diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h b/chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h |
index 2580dfad98241c3a002a2483ddf7d41ad68fdb09..7f6b1ff21b455503923b786a0ac6eecd65e59a49 100644 |
--- a/chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h |
+++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h |
@@ -23,6 +23,11 @@ class OpaqueBrowserFrameViewPlatformSpecific { |
// depend on the current state of the window (e.g., whether it is maximized). |
// The default implementation always returns true. |
virtual bool ShouldShowCaptionButtons() const; |
+ |
+ // Whether we should show a title bar at all, for browser windows that do not |
+ // have a tab strip (e.g., developer tools, popups). The default |
+ // implementation always returns true. |
+ virtual bool ShouldShowTitleBar() const; |
}; |
#endif // CHROME_BROWSER_UI_VIEWS_FRAME_OPAQUE_BROWSER_FRAME_VIEW_PLATFORM_SPECIFIC_H_ |