Index: chrome/browser/ui/cocoa/tabs/media_indicator_view.h |
diff --git a/chrome/browser/ui/cocoa/tabs/media_indicator_view.h b/chrome/browser/ui/cocoa/tabs/media_indicator_view.h |
index 176e56ee725bc646827ee6c0d8aa17f45f3f40d0..9dd91ebdeff75ae424fbe23f1eea949fba8b5089 100644 |
--- a/chrome/browser/ui/cocoa/tabs/media_indicator_view.h |
+++ b/chrome/browser/ui/cocoa/tabs/media_indicator_view.h |
@@ -34,6 +34,9 @@ class Animation; |
// Starts the animation to transition the indicator to the new |mediaState|. |
- (void)updateIndicator:(TabMediaState)mediaState; |
+// Register a callback to be invoked whenever the animation completes. |
+- (void)setAnimationDoneCallbackObject:(id)anObject withSelector:(SEL)selector; |
Avi (use Gerrit)
2013/11/12 20:38:46
Take a block?
|
+ |
@end |
@interface MediaIndicatorView(TestingAPI) |