diff options
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/views/frame/browser_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/frame/browser_view.h b/chrome/browser/views/frame/browser_view.h index 44bf06a..1cf958f 100644 --- a/chrome/browser/views/frame/browser_view.h +++ b/chrome/browser/views/frame/browser_view.h @@ -210,7 +210,7 @@ class BrowserView : public BrowserBubbleHost, // Returns true if the Browser object associated with this BrowserView is a // popup window. bool IsBrowserTypePopup() const { - return browser_->type() & Browser::TYPE_POPUP != 0; + return (browser_->type() & Browser::TYPE_POPUP) != 0; } // Returns true if the frame containing this BrowserView should show the |