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

Unified Diff: chrome/browser/cocoa/throbber_view.mm

Issue 2906009: Remove fields that are unused and reference classes that do not exist. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Update comment Created 10 years, 5 months 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 | « chrome/browser/cocoa/throbber_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/throbber_view.mm
diff --git a/chrome/browser/cocoa/throbber_view.mm b/chrome/browser/cocoa/throbber_view.mm
index d31b719a98846c0faf6a3c02695d17aeec55bca5..5a500340b24786794c09da0c4d7854f54c82e7a9 100644
--- a/chrome/browser/cocoa/throbber_view.mm
+++ b/chrome/browser/cocoa/throbber_view.mm
@@ -353,8 +353,8 @@ typedef std::set<ThrobberView*> ThrobberSet;
[super viewDidUnhide];
}
-// Called when the ThrobberTimerTarget gets tickled by our timer. Advance the
-// frame, dirty the display, and kill the timer when it's no longer needed.
+// Called when the timer fires. Advance the frame, dirty the display, and remove
+// the throbber if it's no longer needed.
- (void)animate {
[dataDelegate_ advanceFrame];
[self setNeedsDisplay:YES];
« no previous file with comments | « chrome/browser/cocoa/throbber_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698