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

Unified Diff: chrome/browser/chromeos/disks/disk_mount_manager.h

Issue 10008100: gdata: Support mouting archive file in GData cache (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: gdata: Support mounting archive files under GData cache Created 8 years, 8 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/disks/disk_mount_manager.h
diff --git a/chrome/browser/chromeos/disks/disk_mount_manager.h b/chrome/browser/chromeos/disks/disk_mount_manager.h
index af8406f84f81064c447d7b2146327ec1dca1b233..e45deab7e072dee7843efca8a503a703d5e57685 100644
--- a/chrome/browser/chromeos/disks/disk_mount_manager.h
+++ b/chrome/browser/chromeos/disks/disk_mount_manager.h
@@ -201,7 +201,9 @@ class DiskMountManager {
virtual void RequestMountInfoRefresh() = 0;
// Mounts a device.
- virtual void MountPath(const std::string& source_path, MountType type) = 0;
+ virtual void MountPath(const std::string& source_path,
+ const std::string& source_name,
Ben Chan 2012/04/17 20:57:53 calling it |source_name| is misleading here. it sh
+ MountType type) = 0;
// Unmounts a mounted disk.
virtual void UnmountPath(const std::string& mount_path) = 0;

Powered by Google App Engine
This is Rietveld 408576698