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

Unified Diff: chrome/browser/chromeos/file_manager/volume_manager.cc

Issue 274473004: Nitpicking fixes for Files.app code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/chromeos/file_manager/volume_manager.cc
diff --git a/chrome/browser/chromeos/file_manager/volume_manager.cc b/chrome/browser/chromeos/file_manager/volume_manager.cc
index 915ca1838499b985db296fdb6249fee5b4db89e7..aadec999fb776b807e152471b7ae95b436da70d1 100644
--- a/chrome/browser/chromeos/file_manager/volume_manager.cc
+++ b/chrome/browser/chromeos/file_manager/volume_manager.cc
@@ -233,6 +233,7 @@ std::string GetMountPointNameForMediaStorage(
VolumeInfo::VolumeInfo()
: file_system_id(0),
type(VOLUME_TYPE_GOOGLE_DRIVE),
+ device_type(chromeos::DEVICE_TYPE_UNKNOWN),
mount_condition(chromeos::disks::MOUNT_CONDITION_NONE),
is_parent(false),
is_read_only(false) {}

Powered by Google App Engine
This is Rietveld 408576698