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

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: Fix linux problems 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..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.

Powered by Google App Engine
This is Rietveld 408576698