Index: chrome/browser/ui/views/frame/browser_non_client_frame_view.h |
diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view.h |
index 013b2df243d3464e866573c89e479cf6b053e673..da7afa8c9efc0f1581585e5f2ce3dd50abdf079c 100644 |
--- a/chrome/browser/ui/views/frame/browser_non_client_frame_view.h |
+++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view.h |
@@ -42,6 +42,9 @@ class BrowserNonClientFrameView : public views::NonClientFrameView { |
// restored mode regardless of the current mode. |
virtual TabStripInsets GetTabStripInsets(bool force_restored) const = 0; |
+ // Returns the amount that the theme background should be inset. |
+ virtual int GetThemeBackgroundXInset() const = 0; |
+ |
// Updates the throbber. |
virtual void UpdateThrobber(bool running) = 0; |