| Index: chrome/browser/storage_monitor/storage_info.h
|
| diff --git a/chrome/browser/storage_monitor/storage_info.h b/chrome/browser/storage_monitor/storage_info.h
|
| index 706b6a2f258874bd5191411612847081fd485f84..94759ef2519676ce482bca2521fffd0086b0ace6 100644
|
| --- a/chrome/browser/storage_monitor/storage_info.h
|
| +++ b/chrome/browser/storage_monitor/storage_info.h
|
| @@ -62,6 +62,10 @@ struct StorageInfo {
|
| // (type isn't MTP_OR_PTP).
|
| static bool IsMassStorageDevice(const std::string& device_id);
|
|
|
| + static bool IsITunesDevice(const std::string& device_id);
|
| +
|
| + static bool IsPicasaDevice(const std::string& device_id);
|
| +
|
| // Unique device id - persists between device attachments.
|
| // This is the string that should be used as the label for a particular
|
| // storage device when interacting with the API. Clients should treat
|
|
|