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

Unified Diff: chrome/browser/storage_monitor/storage_info.h

Issue 12211084: [Media Galleries] Populate volume metadata in ChromeOS/Linux (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add larger constructor, put linux data structures back Created 7 years, 9 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/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.

Powered by Google App Engine
This is Rietveld 408576698