summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-17 19:20:49 +0000
committerpkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-17 19:20:49 +0000
commit40c9574c9f05c08a865e9f3c76cfe4874fcae5c8 (patch)
treeb923ea93156e40631e35c77b6662ac80f32467d5
parentcb6820d932522f72c694f928afa0c71a48a47d42 (diff)
downloadchromium_src-40c9574c9f05c08a865e9f3c76cfe4874fcae5c8.zip
chromium_src-40c9574c9f05c08a865e9f3c76cfe4874fcae5c8.tar.gz
chromium_src-40c9574c9f05c08a865e9f3c76cfe4874fcae5c8.tar.bz2
Make sure status bubble doesn't appear when blank Quick fix till opacity is implemented
Review URL: http://codereview.chromium.org/8273015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105878 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/ui/views/status_bubble_views.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/status_bubble_views.cc b/chrome/browser/ui/views/status_bubble_views.cc
index 5e0b51b..5a3d847 100644
--- a/chrome/browser/ui/views/status_bubble_views.cc
+++ b/chrome/browser/ui/views/status_bubble_views.cc
@@ -576,7 +576,6 @@ void StatusBubbleViews::Init() {
popup_->SetOpacity(0x00);
popup_->SetContentsView(view_);
Reposition();
- popup_->Show();
}
}