diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-22 22:56:57 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-22 22:56:57 +0000 |
commit | c4c12e9d1a8ee46eacc7252eda9cebc0b0250059 (patch) | |
tree | c0152c4fe0a50e72e7feef8c747dd4c5236b45ea /chrome/browser/views/frame | |
parent | 65b3aa1a9b6fcba6968c44079ae592448e2b99dc (diff) | |
download | chromium_src-c4c12e9d1a8ee46eacc7252eda9cebc0b0250059.zip chromium_src-c4c12e9d1a8ee46eacc7252eda9cebc0b0250059.tar.gz chromium_src-c4c12e9d1a8ee46eacc7252eda9cebc0b0250059.tar.bz2 |
Build breakage fix
TBR=sky@chromium.org
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/650179
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39650 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/frame')
-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 |