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

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 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 096dfcae4710f8ed9d16e58e963f1b815402e109..105b5bff1e39ae82c0c6a7e5b3e27ae9a69a7a69 100644
--- a/chrome/browser/media_gallery/media_galleries_dialog_controller.h
+++ b/chrome/browser/media_gallery/media_galleries_dialog_controller.h
@@ -66,10 +66,11 @@ 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();
- void GalleryToggled(const MediaGalleryPrefInfo* pref_info, bool enabled);
+ void DidToggleGallery(const MediaGalleryPrefInfo* pref_info, bool enabled);
void DialogFinished(bool accepted);
// SelectFileDialog::Listener implementation:

Powered by Google App Engine
This is Rietveld 408576698