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

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

Issue 1695563002: Media Galleries Partial Deprecation: Remove scan functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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_galleries/media_galleries_dialog_controller.h
diff --git a/chrome/browser/media_galleries/media_galleries_dialog_controller.h b/chrome/browser/media_galleries/media_galleries_dialog_controller.h
index 969dbcb05202491539dd02a52d5c876d18705632..b333040c683b5c428c1eb3d0056720c979ca20e7 100644
--- a/chrome/browser/media_galleries/media_galleries_dialog_controller.h
+++ b/chrome/browser/media_galleries/media_galleries_dialog_controller.h
@@ -68,9 +68,6 @@ class MediaGalleriesDialogController {
// Initial state of whether the dialog's confirmation button will be enabled.
virtual bool IsAcceptAllowed() const = 0;
- // Should the dialog present UI for the user to view the entry contents.
- virtual bool ShouldShowFolderViewer(const Entry& entry) const = 0;
-
// The titles for different sections of entries. Empty hides the header.
virtual std::vector<base::string16> GetSectionHeaders() const = 0;
@@ -87,9 +84,6 @@ class MediaGalleriesDialogController {
// An entry checkbox was toggled.
virtual void DidToggleEntry(MediaGalleryPrefId id, bool selected) = 0;
- // A folder viewer button was clicked for one of the entries.
- virtual void DidClickOpenFolderViewer(MediaGalleryPrefId id) = 0;
-
// The forget command in the context menu was selected.
virtual void DidForgetEntry(MediaGalleryPrefId id) = 0;

Powered by Google App Engine
This is Rietveld 408576698