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

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

Issue 11745008: Media Galleries: Add more tests for media gallery names. (try 2) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 12 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
« no previous file with comments | « no previous file | chrome/browser/media_gallery/media_file_system_registry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media_gallery/media_file_system_registry.h
===================================================================
--- chrome/browser/media_gallery/media_file_system_registry.h (revision 174919)
+++ chrome/browser/media_gallery/media_file_system_registry.h (working copy)
@@ -91,6 +91,11 @@
std::string GetTransientIdForDeviceId(const std::string& device_id) const;
+ // Keys used in gallery names, which are JSON strings.
+ static const char kDeviceIdKey[];
+ static const char kGalleryIdKey[];
+ static const char kNameKey[];
+
private:
friend class TestMediaFileSystemContext;
class MediaFileSystemContextImpl;
« no previous file with comments | « no previous file | chrome/browser/media_gallery/media_file_system_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698