summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame/aero_glass_frame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/frame/aero_glass_frame.cc')
-rw-r--r--chrome/browser/views/frame/aero_glass_frame.cc13
1 files changed, 6 insertions, 7 deletions
diff --git a/chrome/browser/views/frame/aero_glass_frame.cc b/chrome/browser/views/frame/aero_glass_frame.cc
index f951b3d..a87ed6c 100644
--- a/chrome/browser/views/frame/aero_glass_frame.cc
+++ b/chrome/browser/views/frame/aero_glass_frame.cc
@@ -67,15 +67,14 @@ gfx::Rect AeroGlassFrame::GetBoundsForTabStrip(TabStrip* tabstrip) const {
return GetAeroGlassNonClientView()->GetBoundsForTabStrip(tabstrip);
}
-ChromeViews::Window* AeroGlassFrame::GetWindow() {
- return this;
+void AeroGlassFrame::UpdateThrobber() {
+ // On Vista, for now, we just update the window icon. Figure out something
+ // better here to fix http://crbug.com/3296
+ UpdateWindowIcon();
}
-///////////////////////////////////////////////////////////////////////////////
-// AeroGlassFrame, ChromeViews::Window overrides:
-
-void AeroGlassFrame::UpdateWindowIcon() {
- Window::UpdateWindowIcon();
+ChromeViews::Window* AeroGlassFrame::GetWindow() {
+ return this;
}
///////////////////////////////////////////////////////////////////////////////