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

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: Address comments 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_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);
Lei Zhang 2012/08/03 19:22:04 nit: const and return const std::string& ?
vandebo (ex-Chrome) 2012/08/03 20:27:27 const Done. method may create the return value th
+
private:
friend struct base::DefaultLazyInstanceTraits<MediaFileSystemRegistry>;

Powered by Google App Engine
This is Rietveld 408576698