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

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

Issue 10821077: Add gallery permissions to Media Galleries Preferences (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove Media from method names and fix LookUpGalleryById Created 8 years, 5 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_file_system_registry.h
diff --git a/chrome/browser/media_gallery/media_file_system_registry.h b/chrome/browser/media_gallery/media_file_system_registry.h
index a4055710de1bb16d1555360f1d2503b8d1fa8fe9..f66d65caf66992e694cfc9ac121db8239b431a2d 100644
--- a/chrome/browser/media_gallery/media_file_system_registry.h
+++ b/chrome/browser/media_gallery/media_file_system_registry.h
@@ -62,6 +62,8 @@ class MediaFileSystemRegistry
const content::NotificationSource& source,
const content::NotificationDetails& details) OVERRIDE;
+ std::string GetDeviceIdFromPath(const FilePath& path);
+
private:
friend struct base::DefaultLazyInstanceTraits<MediaFileSystemRegistry>;

Powered by Google App Engine
This is Rietveld 408576698