Chromium Code Reviews| Index: app/throb_animation.cc | 
| diff --git a/app/throb_animation.cc b/app/throb_animation.cc | 
| index 65596b34f956a016581c5b9aee4fae0287090c14..9ce8f5bdd99c073b64f5fbc37e1d9fe4b35cda1a 100644 | 
| --- a/app/throb_animation.cc | 
| +++ b/app/throb_animation.cc | 
| @@ -47,6 +47,10 @@ void ThrobAnimation::Hide() { | 
| SlideAnimation::Hide(); | 
| } | 
| +void ThrobAnimation::SetSlideDuration(int duration) { | 
| + slide_duration_ = duration; | 
| +} | 
| + | 
| void ThrobAnimation::Step(base::TimeTicks time_now) { | 
| LinearAnimation::Step(time_now); |