Chromium Code Reviews| 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>; |