Index: chrome/browser/ui/views/frame/browser_view.cc |
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc |
index d2460053deee6ef4c00ed03a0befaac0ab5fdc96..528280e8d68b513c0a00fa96a7dc1574e94b5523 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.cc |
+++ b/chrome/browser/ui/views/frame/browser_view.cc |
@@ -761,7 +761,7 @@ void BrowserView::UpdateLoadingAnimations(bool should_animate) { |
last_animation_time_ = base::TimeTicks::Now(); |
loading_animation_timer_.Start( |
TimeDelta::FromMilliseconds(kLoadingAnimationFrameTimeMs), this, |
- &BrowserView::LoadingAnimationCallback); |
+ &BrowserView::LoadingAnimationCallback, FROM_HERE); |
} |
} else { |
if (loading_animation_timer_.IsRunning()) { |