Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2184)

Unified Diff: chrome/browser/ui/cocoa/tabs/media_indicator_view.h

Issue 69143003: [Mac] Fix title text re-expanding after tab media indicator shuts off. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/tabs/media_indicator_view.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/tabs/media_indicator_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698