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

Unified Diff: chrome/browser/system_monitor/removable_device_constants.h

Issue 10918259: [Chrome OS]Implement MediaStorageUtil::GetDeviceInfoForPath function to support media gallery permi… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed review comments Created 8 years, 3 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/system_monitor/removable_device_constants.h
diff --git a/chrome/browser/system_monitor/removable_device_constants.h b/chrome/browser/system_monitor/removable_device_constants.h
index 5d055bf1f3aa874c675c5611ce13a597a132785d..a34b5e93b23a66161776eeb74698a8dc7df5f1b3 100644
--- a/chrome/browser/system_monitor/removable_device_constants.h
+++ b/chrome/browser/system_monitor/removable_device_constants.h
@@ -14,6 +14,10 @@ extern const char kFSUniqueIdPrefix[];
extern const char kVendorModelSerialPrefix[];
#if defined(OS_CHROMEOS)
+// Delimiter constants used in device label to specify data storage id.
+extern const char kLeftParen[];
+extern const char kRightParen[];
+
extern const char kVendorModelVolumeStoragePrefix[];
#endif

Powered by Google App Engine
This is Rietveld 408576698