Chromium Code Reviews| 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..04d3585e99f9612d33cbaf8e0d7afa851079c6ad 100644 |
| --- a/chrome/browser/storage_monitor/storage_info.h |
| +++ b/chrome/browser/storage_monitor/storage_info.h |
| @@ -15,6 +15,13 @@ struct StorageInfo { |
| StorageInfo(const std::string& id, |
|
vandebo (ex-Chrome)
2013/03/06 23:39:12
Is this one staying just for the transition or for
Greg Billock
2013/03/07 21:06:07
There's a ton of usage. I'm not sure right now. Li
|
| 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. |