| 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 9da2a5d3c1a6130035d6d1586e4a51a95a1419d1..30abb5938419ad6e6a131ff8988d3c92eaf1cf6a 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
 | 
| @@ -49,7 +49,9 @@ class BrowserNonClientFrameView : public views::NonClientFrameView,
 | 
|    // the non-client view. The topmost view depends on the window type. The
 | 
|    // topmost view is the tab strip for tabbed browser windows, the toolbar for
 | 
|    // popups, the web contents for app windows and varies for fullscreen windows.
 | 
| -  virtual int GetTopInset() const = 0;
 | 
| +  // If |restored| is true, this is calculated as if the window was restored,
 | 
| +  // regardless of its current state.
 | 
| +  virtual int GetTopInset(bool restored) const = 0;
 | 
|  
 | 
|    // Returns the amount that the theme background should be inset.
 | 
|    virtual int GetThemeBackgroundXInset() const = 0;
 | 
| 
 |