| Index: app/test_animation_delegate.h
|
| diff --git a/app/test_animation_delegate.h b/app/test_animation_delegate.h
|
| index 76f0f3e289111db2da687508ebefc6080a8a6e3a..0d9554b911516a098b340fceefdd3b6750da7d5c 100644
|
| --- a/app/test_animation_delegate.h
|
| +++ b/app/test_animation_delegate.h
|
| @@ -15,9 +15,6 @@ class TestAnimationDelegate : public AnimationDelegate {
|
| TestAnimationDelegate() : canceled_(false), finished_(false) {
|
| }
|
|
|
| - virtual void AnimationStarted(const Animation* animation) {
|
| - }
|
| -
|
| virtual void AnimationEnded(const Animation* animation) {
|
| finished_ = true;
|
| MessageLoop::current()->Quit();
|
|
|