Index: chrome/browser/ui/views/frame/browser_frame.h |
diff --git a/chrome/browser/ui/views/frame/browser_frame.h b/chrome/browser/ui/views/frame/browser_frame.h |
index 74c02e6313f4ede1e2222831b4cae012ebbe37dc..d5a47bf6a989268262934931712c95feb659cbbf 100644 |
--- a/chrome/browser/ui/views/frame/browser_frame.h |
+++ b/chrome/browser/ui/views/frame/browser_frame.h |
@@ -55,6 +55,9 @@ class BrowserFrame : public views::Widget { |
BrowserNonClientFrameView::TabStripInsets GetTabStripInsets( |
bool force_restored) const; |
+ // Returns the amount that the theme background should be inset. |
+ int GetThemeBackgroundXInset() const; |
+ |
// Tells the frame to update the throbber. |
void UpdateThrobber(bool running); |