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

Unified Diff: chrome/browser/media_gallery/media_galleries_dialog_controller.h

Issue 10834242: Cocoa: Implement media gallery dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac build Created 8 years, 4 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/media_gallery/media_galleries_dialog_controller.h
diff --git a/chrome/browser/media_gallery/media_galleries_dialog_controller.h b/chrome/browser/media_gallery/media_galleries_dialog_controller.h
index ba744a62552443923f7b3fc6a9d170e8c44a6a89..ec50bd08ca3316434189469a76c7d39da9478c5a 100644
--- a/chrome/browser/media_gallery/media_galleries_dialog_controller.h
+++ b/chrome/browser/media_gallery/media_galleries_dialog_controller.h
@@ -66,11 +66,12 @@ class MediaGalleriesDialogController : public ui::SelectFileDialog::Listener {
const base::Callback<void(void)>& on_finish);
// Called by the view.
- string16 GetHeader();
- string16 GetSubtext();
+ string16 GetHeader() const;
+ string16 GetSubtext() const;
+ bool HasPermittedGalleries() const;
void OnAddFolderClicked();
- virtual void GalleryToggled(const MediaGalleryPrefInfo* pref_info,
- bool enabled);
+ virtual void DidToggleGallery(const MediaGalleryPrefInfo* pref_info,
+ bool enabled);
virtual void DialogFinished(bool accepted);
// SelectFileDialog::Listener implementation:

Powered by Google App Engine
This is Rietveld 408576698