| Index: chrome/browser/ui/views/frame/browser_desktop_root_window_host_win.cc
|
| diff --git a/chrome/browser/ui/views/frame/browser_desktop_root_window_host_win.cc b/chrome/browser/ui/views/frame/browser_desktop_root_window_host_win.cc
|
| index 43375ae3b5cf43679c2fb54916d5c9b26c1920e9..9dae5194c3f193705e53946f2d3adc5766807654 100644
|
| --- a/chrome/browser/ui/views/frame/browser_desktop_root_window_host_win.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_desktop_root_window_host_win.cc
|
| @@ -253,7 +253,7 @@ bool BrowserDesktopWindowTreeHostWin::IsUsingCustomFrame() const {
|
| return !GetWidget()->GetThemeProvider()->ShouldUseNativeFrame();
|
| }
|
|
|
| -bool BrowserDesktopWindowTreeHostWin::ShouldUseNativeFrame() {
|
| +bool BrowserDesktopWindowTreeHostWin::ShouldUseNativeFrame() const {
|
| if (!views::DesktopWindowTreeHostWin::ShouldUseNativeFrame())
|
| return false;
|
| // This function can get called when the Browser window is closed i.e. in the
|
|
|