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

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

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/browser_window_controller.h ('k') | chrome/browser/cocoa/throbber_view.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/throbber_view.h
diff --git a/chrome/browser/cocoa/throbber_view.h b/chrome/browser/cocoa/throbber_view.h
index 48ecdd231560d795617f91afba3355eeeb542430..b15a8f5142a57531c8c2819fca3d750f38fb52a8 100644
--- a/chrome/browser/cocoa/throbber_view.h
+++ b/chrome/browser/cocoa/throbber_view.h
@@ -9,7 +9,6 @@
#include "base/scoped_nsobject.h"
-@class ThrobberTimerTarget;
@protocol ThrobberDataDelegate;
// A class that knows how to draw an animated state to indicate progress.
@@ -25,7 +24,6 @@
@interface ThrobberView : NSView {
@private
- scoped_nsobject<ThrobberTimerTarget> target_; // Target of animation timer.
id<ThrobberDataDelegate> dataDelegate_;
NSTimer* timer_; // Animation timer. Weak, owned by runloop.
}
« no previous file with comments | « chrome/browser/cocoa/browser_window_controller.h ('k') | chrome/browser/cocoa/throbber_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698