Chromium Code Reviews

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

Issue 112065: Implement Clear Browser Data for Mac as an app modal dialog. Uses the profile... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/cocoa/throbber_view.h
===================================================================
--- chrome/browser/cocoa/throbber_view.h (revision 16989)
+++ chrome/browser/cocoa/throbber_view.h (working copy)
@@ -32,6 +32,10 @@
// the width. Takes ownership of |image|.
- (id)initWithFrame:(NSRect)frame image:(NSImage*)image;
+// Allows changing the image once the view has been created, such as when the
+// view is loaded from a nib. The same restrictions as above apply.
+- (void)setImage:(NSImage*)image;
+
@end
#endif // CHROME_BROWSER_COCOA_THROBBER_VIEW_H_

Powered by Google App Engine