summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authoroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-09 21:29:56 +0000
committeroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-09 21:29:56 +0000
commit43162fc69612c9824547ca9edb05a308c7c1737c (patch)
treefa1dac372e46f8b074e1521a0e175231ffff7ae2 /chrome
parente0b231d3878b5351b1e643a2d746b733e3a5e13d (diff)
downloadchromium_src-43162fc69612c9824547ca9edb05a308c7c1737c.zip
chromium_src-43162fc69612c9824547ca9edb05a308c7c1737c.tar.gz
chromium_src-43162fc69612c9824547ca9edb05a308c7c1737c.tar.bz2
Delete Obsolete PaintNow method
This seems to be doing nothing now. BUG=none TEST=none Review URL: http://codereview.chromium.org/6969005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84683 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-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 d7ae56a..cc6a345 100644
--- a/chrome/browser/ui/views/status_bubble_views.cc
+++ b/chrome/browser/ui/views/status_bubble_views.cc
@@ -198,7 +198,6 @@ void StatusBubbleViews::StatusView::Show() {
SetOpacity(1.0);
popup_->Show();
stage_ = BUBBLE_SHOWN;
- PaintNow();
}
void StatusBubbleViews::StatusView::Hide() {