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

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

Issue 2348813002: Fix a bug that unmounting devices on the policy update can be a busy loop. (Closed)
Patch Set: Format fix, use reference where copy isn't needed. Created 4 years, 3 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.h
diff --git a/chrome/browser/chromeos/file_manager/volume_manager.h b/chrome/browser/chromeos/file_manager/volume_manager.h
index 6448d1109b282c96ea79c540f8983ce212e67111..cc4ae549c50a89f43747aa34f45edff7cc55dc43 100644
--- a/chrome/browser/chromeos/file_manager/volume_manager.h
+++ b/chrome/browser/chromeos/file_manager/volume_manager.h
@@ -301,6 +301,8 @@ class VolumeManager : public KeyedService,
const linked_ptr<Volume>& volume);
void DoUnmountEvent(chromeos::MountError error_code,
const linked_ptr<Volume>& volume);
+ void OnExternalStorageDisabledChangedUnmountCallback(
+ chromeos::MountError error_code);
Profile* profile_;
drive::DriveIntegrationService* drive_integration_service_; // Not owned.

Powered by Google App Engine
This is Rietveld 408576698