| Index: chrome/browser/chromeos/cros/mount_library.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/cros/mount_library.cc (revision 48747)
|
| +++ chrome/browser/chromeos/cros/mount_library.cc (working copy)
|
| @@ -86,6 +86,7 @@
|
| void MountLibraryImpl::Init() {
|
| // Getting the monitor status so that the daemon starts up.
|
| MountStatus* mount = RetrieveMountInformation();
|
| + ParseDisks(*mount);
|
| FreeMountStatus(mount);
|
|
|
| mount_status_connection_ = MonitorMountStatus(
|
|
|