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

Unified Diff: chrome/browser/ui/cocoa/extensions/media_galleries_dialog_cocoa.mm

Issue 323093007: Clean up interface to media gallery list entry view (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « no previous file | chrome/browser/ui/cocoa/extensions/media_gallery_list_entry_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/extensions/media_galleries_dialog_cocoa.mm
diff --git a/chrome/browser/ui/cocoa/extensions/media_galleries_dialog_cocoa.mm b/chrome/browser/ui/cocoa/extensions/media_galleries_dialog_cocoa.mm
index dda6c98f6d44212e78df4d6aa5b3277ae254e764..67daee61ef60a5c831212c42f1b99859bcc8337e 100644
--- a/chrome/browser/ui/cocoa/extensions/media_galleries_dialog_cocoa.mm
+++ b/chrome/browser/ui/cocoa/extensions/media_galleries_dialog_cocoa.mm
@@ -186,11 +186,8 @@ CGFloat MediaGalleriesDialogCocoa::CreateCheckboxes(
[[MediaGalleryListEntry alloc]
initWithFrame:NSZeroRect
controller:this
- prefId:entry.pref_info.pref_id
- galleryName:entry.pref_info.GetGalleryDisplayName()
- subscript:entry.pref_info.GetGalleryAdditionalDetails()
- tooltip:entry.pref_info.GetGalleryTooltip()
- showFolderViewer:controller_->ShouldShowFolderViewer(entry)]);
+ prefInfo:entry.pref_info
+ showFolderViewer:controller_->ShouldShowFolderViewer(entry)]);
[checkbox_entry setState:entry.selected];
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/extensions/media_gallery_list_entry_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698