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

Unified Diff: chrome/browser/chromeos/extensions/file_manager/private_api_mount.h

Issue 23658009: Replace mountType by volumeType on fileBrowserPrivate APIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/extensions/file_manager/private_api_mount.h
diff --git a/chrome/browser/chromeos/extensions/file_manager/private_api_mount.h b/chrome/browser/chromeos/extensions/file_manager/private_api_mount.h
index f12f68dc5e7921f3d0bf8b4e1e2698afcb0d12d6..b82faf1adc5c52170d872586d49e5b627f6e6879 100644
--- a/chrome/browser/chromeos/extensions/file_manager/private_api_mount.h
+++ b/chrome/browser/chromeos/extensions/file_manager/private_api_mount.h
@@ -37,8 +37,7 @@ class FileBrowserPrivateAddMountFunction : public LoggedAsyncExtensionFunction {
private:
// A callback method to handle the result of MarkCacheAsMounted.
- void OnMountedStateSet(const std::string& mount_type,
- const base::FilePath::StringType& file_name,
+ void OnMountedStateSet(const base::FilePath::StringType& file_name,
drive::FileError error,
const base::FilePath& file_path);
};

Powered by Google App Engine
This is Rietveld 408576698