| 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 bfbaeb79dae682999e681ab6ac26dd7b4a74fbfd..ad782cb1813663d75acad8b6c76cc096aa25dc3a 100644
|
| --- a/chrome/browser/storage_monitor/storage_info.h
|
| +++ b/chrome/browser/storage_monitor/storage_info.h
|
| @@ -12,9 +12,17 @@ namespace chrome {
|
|
|
| struct StorageInfo {
|
| StorageInfo();
|
| + // TODO(gbillock): Deprecate and remove this constructor.
|
| StorageInfo(const std::string& id,
|
| const string16& device_name,
|
| const base::FilePath::StringType& device_location);
|
| + StorageInfo(const std::string& id,
|
| + const string16& device_name,
|
| + const base::FilePath::StringType& device_location,
|
| + const string16& label,
|
| + const string16& vendor,
|
| + const string16& model,
|
| + uint64 size_in_bytes);
|
| ~StorageInfo();
|
|
|
| // Unique device id - persists between device attachments.
|
|
|