diff options
Diffstat (limited to 'chrome/browser/views/frame/browser_frame_win.cc')
-rw-r--r-- | chrome/browser/views/frame/browser_frame_win.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/views/frame/browser_frame_win.cc b/chrome/browser/views/frame/browser_frame_win.cc index 0092fa7..7239b53 100644 --- a/chrome/browser/views/frame/browser_frame_win.cc +++ b/chrome/browser/views/frame/browser_frame_win.cc @@ -111,6 +111,9 @@ bool BrowserFrameWin::AlwaysUseNativeFrame() const { if (browser_view_->IsBrowserTypePanel()) return false; + if (browser_view_->browser()->type() == Browser::TYPE_EXTENSION_APP) + return false; + // We don't theme popup or app windows, so regardless of whether or not a // theme is active for normal browser windows, we don't want to use the custom // frame for popups/apps. |