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

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

Issue 1699223002: Media Galleries Maintainence: Eliminate some todos (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_preferences.h
diff --git a/chrome/browser/media_galleries/media_galleries_preferences.h b/chrome/browser/media_galleries/media_galleries_preferences.h
index 000bebdd5543c6757fff008a6d8f2a322af80d63..0524e41d5f0a21a34776cf842d8fe2d906fa2c6d 100644
--- a/chrome/browser/media_galleries/media_galleries_preferences.h
+++ b/chrome/browser/media_galleries/media_galleries_preferences.h
@@ -217,10 +217,6 @@ class MediaGalleriesPreferences
// |gallery_id|. Returns an empty file path if the |gallery_id| is invalid.
// Set |include_unpermitted_galleries| to true to get the file path of the
// gallery to which this |extension| has no access permission.
- //
- // TODO(tommycli): Remove this function after Media Galleries API Private
- // is transitioned over to public. Also, the body of the function wrong.
- // It just returns the absolute path to the device, not the gallery.
base::FilePath LookUpGalleryPathForExtension(
MediaGalleryPrefId gallery_id,
const extensions::Extension* extension,

Powered by Google App Engine
This is Rietveld 408576698