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

Unified Diff: chrome/browser/ui/cocoa/download/download_item_cell.h

Issue 6258017: Mac: Never have a space between @property and ( (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: comments Created 9 years, 11 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
Index: chrome/browser/ui/cocoa/download/download_item_cell.h
diff --git a/chrome/browser/ui/cocoa/download/download_item_cell.h b/chrome/browser/ui/cocoa/download/download_item_cell.h
index 0af75f2667c5f874e6e9be5ae82b407b453ff3c6..32415e035d5e3728b983c86a2313bda5a98dd453 100644
--- a/chrome/browser/ui/cocoa/download/download_item_cell.h
+++ b/chrome/browser/ui/cocoa/download/download_item_cell.h
@@ -48,10 +48,10 @@ enum DownloadItemMousePosition {
scoped_ptr<ui::ThemeProvider> themeProvider_;
}
-- (void)setStateFromDownload:(BaseDownloadItemModel*)downloadModel;
+@property(nonatomic, copy) NSString* secondaryTitle;
+@property(nonatomic, retain) NSFont* secondaryFont;
-@property (nonatomic, copy) NSString* secondaryTitle;
-@property (nonatomic, retain) NSFont* secondaryFont;
+- (void)setStateFromDownload:(BaseDownloadItemModel*)downloadModel;
// Returns if the mouse is over the button part of the cell.
- (BOOL)isMouseOverButtonPart;
« no previous file with comments | « chrome/browser/ui/cocoa/content_settings/cookie_details_view_controller.h ('k') | chrome/browser/ui/cocoa/draggable_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698